[GRASS-SVN] r48815 - grass/trunk/lib/python

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Oct 15 12:20:32 EDT 2011


Author: martinl
Date: 2011-10-15 09:20:32 -0700 (Sat, 15 Oct 2011)
New Revision: 48815

Modified:
   grass/trunk/lib/python/core.py
Log:
libpython: run g.mlist quietly


Modified: grass/trunk/lib/python/core.py
===================================================================
--- grass/trunk/lib/python/core.py	2011-10-15 10:02:52 UTC (rev 48814)
+++ grass/trunk/lib/python/core.py	2011-10-15 16:20:32 UTC (rev 48815)
@@ -716,7 +716,7 @@
             result[mapset] = []
     
     mapset = None
-    for line in read_command("g.mlist", flags = "m",
+    for line in read_command("g.mlist", quiet = True, flags = "m",
                              type = type, pattern = pattern).splitlines():
         try:
             name, mapset = line.split('@')



More information about the grass-commit mailing list