Black code reformat
This commit is contained in:
parent
2b5f802017
commit
8a4b8c3998
@ -70,7 +70,9 @@ def validate_config(file_contents):
|
|||||||
errors += 1
|
errors += 1
|
||||||
|
|
||||||
if errors > 0:
|
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()
|
exit()
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user