commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r8691 - trunk/gnue-common/src/apps


From: reinhard
Subject: [gnue] r8691 - trunk/gnue-common/src/apps
Date: Thu, 21 Sep 2006 12:51:28 -0500 (CDT)

Author: reinhard
Date: 2006-09-21 12:51:27 -0500 (Thu, 21 Sep 2006)
New Revision: 8691

Modified:
   trunk/gnue-common/src/apps/GDebug.py
Log:
Append debug file instead of overwriting it.

issue120 testing


Modified: trunk/gnue-common/src/apps/GDebug.py
===================================================================
--- trunk/gnue-common/src/apps/GDebug.py        2006-09-18 10:22:49 UTC (rev 
8690)
+++ trunk/gnue-common/src/apps/GDebug.py        2006-09-21 17:51:27 UTC (rev 
8691)
@@ -355,7 +355,7 @@
 
   # Redirect debugging and error output to a file if requested
   if (file):
-    __catchStderr (open (file, 'w'))
+    __catchStderr (open (file, 'a'))
   else:
     __catchStderr (sys.__stderr__)
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]