From c7fed2769f9c4b214082927e2b1ae4a41c11b735 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Ribes?= Date: Thu, 23 Jun 2011 16:40:21 +0200 Subject: [PATCH] Bug fix --- src/daSalome/daYacsSchemaCreator/help_methods.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daSalome/daYacsSchemaCreator/help_methods.py b/src/daSalome/daYacsSchemaCreator/help_methods.py index 1bcfd91..f6faa64 100644 --- a/src/daSalome/daYacsSchemaCreator/help_methods.py +++ b/src/daSalome/daYacsSchemaCreator/help_methods.py @@ -110,7 +110,7 @@ def check_study(study_config): if analysis_config["From"] == "Script": check_file_name = "" - if repertory_check: + if check_repertory: check_file_name = os.path.join(repertory, os.path.basename(analysis_config["Data"])) else: check_file_name = analysis_config["Data"] -- 2.39.2