From: Serge Rehbinder Date: Thu, 9 Feb 2017 10:35:46 +0000 (+0100) Subject: Changing a message X-Git-Tag: 5.0.0a1~27 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ec25623e4ad8f190270c4d626c397572a11e79c5;p=tools%2Fsat.git Changing a message --- diff --git a/commands/config.py b/commands/config.py index e3d0f97..81f4d8c 100644 --- a/commands/config.py +++ b/commands/config.py @@ -294,7 +294,7 @@ class ConfigManager: project_cfg = src.pyconf.Config(open(project_pyconf_path), PWD=("", project_pyconf_dir)) except Exception as e: - msg = _("WARNING: Error in configuration file: " + msg = _("ERROR: Error in configuration file: " "%(file_path)s\n %(error)s\n") % \ {'file_path' : project_pyconf_path, 'error': str(e) } sys.stdout.write(msg)