From 541d7af8c71730407257523d1f4246fac9b5885d Mon Sep 17 00:00:00 2001 From: deajan Date: Tue, 10 Jun 2025 15:57:33 +0200 Subject: [PATCH] Make linter happy --- npbackup/core/runner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/npbackup/core/runner.py b/npbackup/core/runner.py index 4ecf02d..d143d83 100644 --- a/npbackup/core/runner.py +++ b/npbackup/core/runner.py @@ -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(