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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 6 05:55:21 EDT 2008


Author: martinl
Date: 2008-08-06 05:55:21 -0400 (Wed, 06 Aug 2008)
New Revision: 32568

Modified:
   grass/trunk/gui/wxpython/gui_modules/gcmd.py
Log:
wxGUI: do not print messages to sys.stderr, exception is raised instead (merge from debrg6, r32567)

Modified: grass/trunk/gui/wxpython/gui_modules/gcmd.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/gcmd.py	2008-08-06 09:54:33 UTC (rev 32567)
+++ grass/trunk/gui/wxpython/gui_modules/gcmd.py	2008-08-06 09:55:21 UTC (rev 32568)
@@ -293,7 +293,7 @@
     """
     def __init__ (self, cmd, stdin=None,
                   verbose=None, wait=True, rerr=False,
-                  stdout=None, stderr=sys.stderr):
+                  stdout=None, stderr=None):
 
         self.cmd = cmd
         self.stderr = stderr



More information about the grass-commit mailing list