From: Serge Rehbinder Date: Tue, 17 Jan 2017 12:50:26 +0000 (+0100) Subject: bug fix X-Git-Tag: 5.0.0a1~38^2~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=430be6100860b041ae7e92ac7a59eec9b043bc0d;p=tools%2Fsat.git bug fix --- 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":