remove whitespace
This commit is contained in:
parent
c57cc49add
commit
4da8d2ea87
@ -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:
|
||||
|
Reference in New Issue
Block a user