Salome HOME
bug fix
authorSerge Rehbinder <serge.rehbinder@cea.fr>
Tue, 17 Jan 2017 12:50:26 +0000 (13:50 +0100)
committerSerge Rehbinder <serge.rehbinder@cea.fr>
Tue, 17 Jan 2017 12:50:26 +0000 (13:50 +0100)
commands/check.py

index 6bf72f31d4570a5137851f93e4d15cdab6680a1c..cfa2c822946fdb60fbadfc2fc34c2e140fb96476 100644 (file)
@@ -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":