[GRASS-SVN] r31164 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Apr 28 17:37:10 EDT 2008


Author: martinl
Date: 2008-04-28 17:37:10 -0400 (Mon, 28 Apr 2008)
New Revision: 31164

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py
Log:
wxGUI (goutput): revert to previous version (debug), from r31163

Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py	2008-04-28 21:32:03 UTC (rev 31163)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py	2008-04-28 21:37:10 UTC (rev 31164)
@@ -63,8 +63,7 @@
                                    self.parent.notebook)
         if Debug.get_level() == 0:
             # don't redirect when debugging is enabled
-            # sys.stderr = self.cmd_stderr
-            pass
+            sys.stderr = self.cmd_stderr
         
         # buttons
         self.console_clear = wx.Button(parent=self, id=wx.ID_CLEAR)



More information about the grass-commit mailing list