]> SALOME platform Git repositories - tools/sat.git/commitdiff
Salome HOME
Changing a message
authorSerge Rehbinder <serge.rehbinder@cea.fr>
Thu, 9 Feb 2017 10:35:46 +0000 (11:35 +0100)
committerSerge Rehbinder <serge.rehbinder@cea.fr>
Thu, 9 Feb 2017 10:35:46 +0000 (11:35 +0100)
commands/config.py

index e3d0f9725c6bf167055429b12fb089523c603e64..81f4d8caeae6f3d921079ebe354346cf797c8d62 100644 (file)
@@ -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)