mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-22 19:37:30 +08:00
Reformat file with black
This commit is contained in:
parent
720d858811
commit
d4f58f758e
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue