Reformat file with black

This commit is contained in:
Orsiris de Jong 2024-10-30 16:31:15 +01:00
parent 720d858811
commit d4f58f758e

View file

@ -1667,7 +1667,9 @@ class NPBackupRunner:
try:
result = self.__getattribute__(operation)(**kwargs)
except Exception as exc:
logger.error(f"Operation {operation} for repo {repo_name} failed with: {exc}")
logger.error(
f"Operation {operation} for repo {repo_name} failed with: {exc}"
)
logger.debug("Trace", exc_info=True)
result = False
if self.json_output: