forked from Mirror/pmbootstrap
AutoPEP8 1.3.2 slightly changed automatic formatting
This commit is contained in:
parent
4616484cb7
commit
63aa1eae1b
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ class log_handler(logging.StreamHandler):
|
|||
|
||||
except (KeyboardInterrupt, SystemExit):
|
||||
raise
|
||||
except:
|
||||
except BaseException:
|
||||
self.handleError(record)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue