tweak sys.excepthook

This commit is contained in:
Lance Edgar 2012-08-11 02:26:33 -05:00
parent ec71a8463c
commit 3fd052b169
2 changed files with 2 additions and 1 deletions

2
.hgignore Normal file
View file

@ -0,0 +1,2 @@
syntax:glob
edbob.egg-info

View file

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