mirror of
https://github.com/netinvent/npbackup.git
synced 2025-12-16 21:27:14 +08:00
Reformat file with black
This commit is contained in:
parent
4954dcfa77
commit
fd20e60d45
1 changed files with 3 additions and 1 deletions
|
|
@ -1626,7 +1626,9 @@ class NPBackupRunner:
|
|||
check_concurrency=False,
|
||||
)
|
||||
if not housekeeping_result:
|
||||
self.write_logs("After backup housekeeping failed", level="error")
|
||||
self.write_logs(
|
||||
"After backup housekeeping failed", level="error"
|
||||
)
|
||||
|
||||
# housekeeping has it's own metrics, so we won't include them in the operational result of the backup
|
||||
if not operation_result:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue