diff options
author | Parker <contact@pkrm.dev> | 2024-04-02 17:38:16 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-04-02 17:38:16 -0500 |
commit | 8a4b8c3998567cd954356e8601412cf797265631 (patch) | |
tree | c44766f9ab61a0d835eb325a365c48b18c963b84 | |
parent | 2b5f802017b6332e026cceb1d0ef26c3b9bc0c52 (diff) |
Black code reformat
-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: |