summaryrefslogtreecommitdiffstats
path: root/src/Hooks
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-08-06 17:09:18 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-08-06 17:09:18 +0200
commitc133ae4049f68a9e32a85c9ead40c83613851b22 (patch)
tree62df41a87e42aea41995e228c571324c1e4ea218 /src/Hooks
parent6c35b832998b807c35eef0ffc1cce93262d5550c (diff)
parentb9c0e8f9f8b3148e7ffc95b4eaf25299d9ead2a2 (diff)
downloadabrt-c133ae4049f68a9e32a85c9ead40c83613851b22.tar.gz
abrt-c133ae4049f68a9e32a85c9ead40c83613851b22.tar.xz
abrt-c133ae4049f68a9e32a85c9ead40c83613851b22.zip
Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrt
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):
"""