From 430be6100860b041ae7e92ac7a59eec9b043bc0d Mon Sep 17 00:00:00 2001 From: Serge Rehbinder Date: Tue, 17 Jan 2017 13:50:26 +0100 Subject: [PATCH] bug fix --- commands/check.py | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/check.py b/commands/check.py index 6bf72f3..cfa2c82 100644 --- a/commands/check.py +++ b/commands/check.py @@ -139,6 +139,7 @@ def check_product(p_name_info, config, logger): # Get the command to execute for script products cmd_found = True + command = "" if src.product.product_has_script(p_info) and not ignored: command = src.get_cfg_param(p_info, "test_build", "Not found") if command == "Not found": -- 2.39.2