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__)
 



_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to