Przeglądaj źródła

wxGUI: revert accidental commit, https://trac.osgeo.org/grass/changeset/32022

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32023 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 17 lat temu
rodzic
commit
30e4e03cd3
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      gui/wxpython/gui_modules/goutput.py

+ 2 - 2
gui/wxpython/gui_modules/goutput.py

@@ -105,8 +105,8 @@ class GMConsole(wx.Panel):
         """
         if Debug.get_level() == 0:
             # don't redirect when debugging is enabled
-            # sys.stderr = self.cmd_stderr
-            pass
+            sys.stderr = self.cmd_stderr
+
             return True
 
         return False