From 2c8c422ef09b253b2cd7c2cc9fde9dda76cd3bb2 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 18 Aug 2009 13:15:23 +0200 Subject: whitespace cleanup, no code changes Signed-off-by: Denys Vlasenko --- src/Hooks/abrt_exception_handler.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Hooks/abrt_exception_handler.py.in') 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) -- cgit