summaryrefslogtreecommitdiffstats
path: root/src/Hooks/sitecustomize.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/Hooks/sitecustomize.py')
-rw-r--r--src/Hooks/sitecustomize.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Hooks/sitecustomize.py b/src/Hooks/sitecustomize.py
index 5e7b5244..abae27bf 100644
--- a/src/Hooks/sitecustomize.py
+++ b/src/Hooks/sitecustomize.py
@@ -22,9 +22,9 @@ if conf.has_key("enabled"):
if conf["enabled"] == "yes":
try:
from abrt_exception_handler import *
-
+
installExceptionHandler(debug = 1)
except Exception, e:
# FIXME don't print anything, write it to some log file
print e
- pass \ No newline at end of file
+ pass