From d4f58f758e4ecaba35f342917c993b63575d0bbc Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Wed, 30 Oct 2024 16:31:15 +0100 Subject: [PATCH] Reformat file with black --- npbackup/core/runner.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/npbackup/core/runner.py b/npbackup/core/runner.py index 3a1b62c..5c6883b 100644 --- a/npbackup/core/runner.py +++ b/npbackup/core/runner.py @@ -1667,7 +1667,9 @@ class NPBackupRunner: try: result = self.__getattribute__(operation)(**kwargs) except Exception as exc: - logger.error(f"Operation {operation} for repo {repo_name} failed with: {exc}") + logger.error( + f"Operation {operation} for repo {repo_name} failed with: {exc}" + ) logger.debug("Trace", exc_info=True) result = False if self.json_output: