summaryrefslogtreecommitdiffstats
path: root/src/Hooks/abrt_exception_handler.py.in
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-08-18 13:15:23 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-08-18 13:15:23 +0200
commit2c8c422ef09b253b2cd7c2cc9fde9dda76cd3bb2 (patch)
treea4b965e5acc5bd424b3f0cca2f697d861e31b24d /src/Hooks/abrt_exception_handler.py.in
parent20eb553c3ac2187e8347f093f6ba480ceb85627b (diff)
downloadabrt-2c8c422ef09b253b2cd7c2cc9fde9dda76cd3bb2.tar.gz
abrt-2c8c422ef09b253b2cd7c2cc9fde9dda76cd3bb2.tar.xz
abrt-2c8c422ef09b253b2cd7c2cc9fde9dda76cd3bb2.zip
whitespace cleanup, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 2b893e3..33c4291 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)