Messages refactoring
diff --git a/cfg_checker/common/settings.py b/cfg_checker/common/settings.py
index 39aeff2..30cc7f2 100644
--- a/cfg_checker/common/settings.py
+++ b/cfg_checker/common/settings.py
@@ -75,7 +75,7 @@
logger_cli.info("# Loading env vars from '{}'".format(_config_path))
else:
raise ConfigException(
- "Failed to load enviroment vars from '{}'".format(
+ "# Failed to load enviroment vars from '{}'".format(
_config_path
)
)
@@ -96,7 +96,7 @@
# if there was errors, report them
if _errors:
raise ConfigException(
- "Environment file failed validation in lines: {}".format(
+ "# Environment file failed validation in lines: {}".format(
"\n".join(_errors)
)
)