From: André Ribes Date: Thu, 23 Jun 2011 14:40:21 +0000 (+0200) Subject: Bug fix X-Git-Tag: V6_4_0rc3~30 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c7fed2769f9c4b214082927e2b1ae4a41c11b735;p=modules%2Fadao.git Bug fix --- 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"]