tweak sys.excepthook
This commit is contained in:
parent
ec71a8463c
commit
3fd052b169
2 changed files with 2 additions and 1 deletions
2
.hgignore
Normal file
2
.hgignore
Normal file
|
@ -0,0 +1,2 @@
|
|||
syntax:glob
|
||||
edbob.egg-info
|
|
@ -46,7 +46,6 @@ def init(config):
|
|||
"""
|
||||
|
||||
def excepthook(type, value, traceback):
|
||||
log.exception("An exception occurred")
|
||||
email_exception(type, value, traceback)
|
||||
sys.__excepthook__(type, value, traceback)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue