From: crouzet Date: Tue, 1 Oct 2019 10:07:30 +0000 (+0200) Subject: sat #17793 : correction bug sat prepare avec une base X-Git-Tag: 5.5.0~24 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=33215e23eaa5162355fbbd11685933f99dececf4;p=tools%2Fsat.git sat #17793 : correction bug sat prepare avec une base --- diff --git a/src/product.py b/src/product.py index 6ca4281..5a5a7cf 100644 --- a/src/product.py +++ b/src/product.py @@ -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):