From 33215e23eaa5162355fbbd11685933f99dececf4 Mon Sep 17 00:00:00 2001 From: crouzet Date: Tue, 1 Oct 2019 12:07:30 +0200 Subject: [PATCH] sat #17793 : correction bug sat prepare avec une base --- src/product.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.39.2