[GRASS-SVN] r32567 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Aug 6 05:54:33 EDT 2008
Author: martinl
Date: 2008-08-06 05:54:33 -0400 (Wed, 06 Aug 2008)
New Revision: 32567
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/gcmd.py
Log:
wxGUI: do not print messages to sys.stderr, exception is raised instead
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/gcmd.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/gcmd.py 2008-08-06 09:48:57 UTC (rev 32566)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/gcmd.py 2008-08-06 09:54:33 UTC (rev 32567)
@@ -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