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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Nov 24 03:33:29 EST 2008


Author: martinl
Date: 2008-11-24 03:33:29 -0500 (Mon, 24 Nov 2008)
New Revision: 34474

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/utils.py
Log:
wxGUI: v.category in quiet mode


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/utils.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/utils.py	2008-11-24 08:08:20 UTC (rev 34473)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/utils.py	2008-11-24 08:33:29 UTC (rev 34474)
@@ -246,7 +246,7 @@
                'option=report']
     
     layers = []
-    for line in gcmd.Command(cmdlist).ReadStdOutput():
+    for line in gcmd.Command(cmdlist, rerr=None).ReadStdOutput():
         if not 'Layer' in line:
             continue
         



More information about the grass-commit mailing list