From 8a4b8c3998567cd954356e8601412cf797265631 Mon Sep 17 00:00:00 2001 From: Parker Date: Tue, 2 Apr 2024 17:38:16 -0500 Subject: [PATCH] Black code reformat --- code/validate_config.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: