mirror of
https://github.com/netinvent/npbackup.git
synced 2025-02-24 22:44:04 +08:00
fixup linter fix
This commit is contained in:
parent
9555d06fb6
commit
c550e741a6
1 changed files with 2 additions and 1 deletions
|
@ -397,9 +397,10 @@ class NPBackupRunner:
|
|||
)
|
||||
return False
|
||||
else:
|
||||
# pylint: disable=E1102 (not-callable)
|
||||
result = fn(
|
||||
self, *args, **kwargs
|
||||
) # pylint: disable=E1102 (not-callable)
|
||||
)
|
||||
return result
|
||||
|
||||
return wrapper
|
||||
|
|
Loading…
Reference in a new issue