]> SALOME platform Git repositories - tools/sat.git/commitdiff
Salome HOME
sat #17793 : correction bug sat prepare avec une base
authorcrouzet <nicolas.crouzet@cea.fr>
Tue, 1 Oct 2019 10:07:30 +0000 (12:07 +0200)
committercrouzet <nicolas.crouzet@cea.fr>
Tue, 1 Oct 2019 10:07:30 +0000 (12:07 +0200)
src/product.py

index 6ca42810daee9fa34c7a69bfa65eec82dfd6940a..5a5a7cf23db960126e2378de7db2ceb1aeb08910 100644 (file)
@@ -639,7 +639,7 @@ def check_config_exists(config, prod_dir, prod_info, verbose=False):
             continue
         # check if there is the file sat-config.pyconf file in the installation
         # directory    
-        afilename = PRODUCT_FILENAME + p_info.name + ".pyconf"
+        afilename = PRODUCT_FILENAME + prod_info.name + ".pyconf"
         config_file = os.path.join(prod_dir, dir_or_file, afilename)
         DBG.write("check_config_exists 222", config_file, verbose)
         if not os.path.exists(config_file):