remove whitespace

This commit is contained in:
Robert Kaussow 2019-12-19 12:59:01 +01:00
parent c57cc49add
commit 4da8d2ea87
1 changed files with 1 additions and 1 deletions

View File

@ -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: