Skip to content

Commit 809862a

Browse files
committed
check: black-format archive check summary log line
1 parent 8fe3819 commit 809862a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/borg/archive.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2017,10 +2017,7 @@ def check(
20172017
self.repairs_done,
20182018
)
20192019
else:
2020-
logger.error(
2021-
"Archive consistency check complete, %d problem(s) found.",
2022-
self.problems_found,
2023-
)
2020+
logger.error("Archive consistency check complete, %d problem(s) found.", self.problems_found)
20242021
else:
20252022
logger.info("Archive consistency check complete, no problems found.")
20262023
return self.repair or not self.error_found

0 commit comments

Comments
 (0)