[GRASS-SVN] r29658 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jan 10 11:18:22 EST 2008


Author: martinl
Date: 2008-01-10 11:18:22 -0500 (Thu, 10 Jan 2008)
New Revision: 29658

Modified:
   grass/trunk/gui/wxpython/gui_modules/gcmd.py
Log:
wxGUI: redirect stderr to sys.stderr by default (used for debugging)

Modified: grass/trunk/gui/wxpython/gui_modules/gcmd.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/gcmd.py	2008-01-10 16:11:46 UTC (rev 29657)
+++ grass/trunk/gui/wxpython/gui_modules/gcmd.py	2008-01-10 16:18:22 UTC (rev 29658)
@@ -174,7 +174,7 @@
     """
     def __init__ (self, cmd, stdin=None,
                   verbose=None, wait=True, log='gui',
-                  stdout=None, stderr=None):
+                  stdout=None, stderr=sys.stderr):
 
         self.cmd = cmd
 



More information about the grass-commit mailing list