summaryrefslogtreecommitdiffstats
path: root/src/Hooks/abrt_exception_handler.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Hooks/abrt_exception_handler.py.in')
-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 2b893e31..33c4291b 100644
--- a/src/Hooks/abrt_exception_handler.py.in
+++ b/src/Hooks/abrt_exception_handler.py.in
@@ -108,7 +108,7 @@ def write_dump(pid, tb_uuid, tb):
import time
ttime = int(time.time())
# localstatedir
- dir_name = "@DEBUG_DUMP_DIR@/pyhook-%s-%s" % (ttime , pid)
+ dir_name = "@DEBUG_DUMP_DIR@/pyhook-%s-%s" % (ttime, pid)
dd = ABRTUtils.CDebugDump()
try:
#os.mkdir(dir_name)