[eit] do not raise any exception in sys.excepthook

This commit is contained in:
Fabio Erculiani
2012-08-19 00:25:31 +02:00
parent 796e71e9ac
commit 2e6b176c83

View File

@@ -32,8 +32,6 @@ def handle_exception(exc_class, exc_instance, exc_tb):
# always slap exception data (including stack content)
entropy.tools.print_exception(tb_data = exc_tb)
raise exc_instance
def install_exception_handler():
sys.excepthook = handle_exception