From ec25623e4ad8f190270c4d626c397572a11e79c5 Mon Sep 17 00:00:00 2001 From: Serge Rehbinder Date: Thu, 9 Feb 2017 11:35:46 +0100 Subject: [PATCH] Changing a message --- commands/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2