summaryrefslogtreecommitdiffstats
path: root/src/Hooks
diff options
context:
space:
mode:
Diffstat (limited to 'src/Hooks')
-rw-r--r--src/Hooks/abrt_exception_handler.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hooks/abrt_exception_handler.py.in b/src/Hooks/abrt_exception_handler.py.in
index 1532357a..f4ebbb56 100644
--- a/src/Hooks/abrt_exception_handler.py.in
+++ b/src/Hooks/abrt_exception_handler.py.in
@@ -248,7 +248,7 @@ def handleMyException((etype, value, tb)):
# add coredump saving
write_dump(os.getpid(), tb_uuid, text)
- sys.exit(__EXITCODE)
+ return sys.__excepthook__(etype, value, tb)
def installExceptionHandler(debug = 1):
"""