mirror of
https://github.com/netinvent/npbackup.git
synced 2025-09-09 14:35:42 +08:00
Make linter happy
This commit is contained in:
parent
91d0666113
commit
541d7af8c7
1 changed files with 1 additions and 0 deletions
|
@ -713,6 +713,7 @@ class NPBackupRunner:
|
|||
f"There is already an operation running by NPBackup, but concurrency is allowed",
|
||||
level="info",
|
||||
)
|
||||
# pylint: disable=E1102 (not-callable)
|
||||
result = fn(self, *args, **kwargs)
|
||||
else:
|
||||
self.write_logs(
|
||||
|
|
Loading…
Add table
Reference in a new issue