From 4da8d2ea87bc9c5e74a30121ec8f052cdb26fd2b Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 19 Dec 2019 12:59:01 +0100 Subject: [PATCH] remove whitespace --- cleanupagents/Logging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cleanupagents/Logging.py b/cleanupagents/Logging.py index af8db0a..f946dc7 100644 --- a/cleanupagents/Logging.py +++ b/cleanupagents/Logging.py @@ -73,7 +73,7 @@ class Log: self.logger.addHandler(self._get_critical_handler(json=json)) self.logger.addHandler(self._get_debug_handler(json=json)) - try: + try: self.logger.addHandler(self._get_file_handler(logfile=logfile, json=json)) except PermissionError as e: if e.errno == 13: