Signed-off-by: Vratislav Podzimek vpodzime@redhat.com --- meh/handler.py | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/meh/handler.py b/meh/handler.py index 6427656..20f5bad 100644 --- a/meh/handler.py +++ b/meh/handler.py @@ -239,6 +239,9 @@ class ExceptionHandler(object): #skip files we cannot read continue
+ # tell ABRT this is a Python exception report + params["analyzer"] = "Python" + signature = report.createPythonUnhandledExceptionSignature(**params)
# We don't want to automatically quit here since the user may wish to
diff --git a/meh/handler.py b/meh/handler.py index 6427656..20f5bad 100644 --- a/meh/handler.py +++ b/meh/handler.py @@ -239,6 +239,9 @@ class ExceptionHandler(object): #skip files we cannot read continue
# tell ABRT this is a Python exception reportparams["analyzer"] = "Python"signature = report.createPythonUnhandledExceptionSignature(**params) # We don't want to automatically quit here since the user may wish to
Looks good.
- Chris
anaconda-patches@lists.fedorahosted.org