Skip to content

Commit d4f58f7

Browse files
committed
Reformat file with black
1 parent 720d858 commit d4f58f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

npbackup/core/runner.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1667,7 +1667,9 @@ def group_runner(self, repo_config_list: List, operation: str, **kwargs) -> bool
16671667
try:
16681668
result = self.__getattribute__(operation)(**kwargs)
16691669
except Exception as exc:
1670-
logger.error(f"Operation {operation} for repo {repo_name} failed with: {exc}")
1670+
logger.error(
1671+
f"Operation {operation} for repo {repo_name} failed with: {exc}"
1672+
)
16711673
logger.debug("Trace", exc_info=True)
16721674
result = False
16731675
if self.json_output:

0 commit comments

Comments
 (0)