Reformat file with black

This commit is contained in:
Orsiris de Jong 2023-03-26 15:37:14 +02:00
parent b79b15e5b6
commit 4d3cc950c0

View file

@ -118,7 +118,9 @@ def decrypt_data(config_dict: dict) -> dict:
)
except ValueError as exc:
logger.error(
"Cannot decrypt this configuration file. Has the AES key changed ? {}".format(exc)
"Cannot decrypt this configuration file. Has the AES key changed ? {}".format(
exc
)
)
logger.debug("Trace:", exc_info=True)
sys.exit(11)