From 918b28caceae43b5f149b0918b01fb4346e89f2b Mon Sep 17 00:00:00 2001 From: wgw Date: Sat, 1 Mar 2008 01:02:50 -0600 Subject: [PATCH] flag console debug echoes --- debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug.py b/debug.py index ea934e5..2378f60 100644 --- a/debug.py +++ b/debug.py @@ -11,7 +11,7 @@ def debug_write(srcMod, fnAttr, data): debug_out.append(str(x)) fdebug = open('debug.txt', 'a') fdebug.write(' '.join(debug_out)+'\n') - print ' '.join(debug_out) + print '___'+' '.join(debug_out) fdebug.close() def fn_attr(): -- 2.11.4.GIT