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

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)