diff options
Diffstat (limited to 'code/validate_config.py')
-rw-r--r-- | code/validate_config.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/code/validate_config.py b/code/validate_config.py index 8a03c3e..f136e50 100644 --- a/code/validate_config.py +++ b/code/validate_config.py @@ -70,7 +70,9 @@ def validate_config(file_contents): errors += 1 if errors > 0: - LOG.critical("Configuration checks failed. Correct your config.ini file and run again.") + LOG.critical( + "Configuration checks failed. Correct your config.ini file and run again." + ) exit() else: |