[GRASS-SVN] r55684 - grass/trunk/lib/python/script

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Apr 10 06:20:13 PDT 2013


Author: glynn
Date: 2013-04-10 06:20:12 -0700 (Wed, 10 Apr 2013)
New Revision: 55684

Modified:
   grass/trunk/lib/python/script/array.py
Log:
Don't force verbose=True (ticket #1925)


Modified: grass/trunk/lib/python/script/array.py
===================================================================
--- grass/trunk/lib/python/script/array.py	2013-04-10 13:16:38 UTC (rev 55683)
+++ grass/trunk/lib/python/script/array.py	2013-04-10 13:20:12 UTC (rev 55684)
@@ -235,7 +235,6 @@
             bytes=size,
             anull=null,
             overwrite=overwrite,
-            verbose=True,
             north=reg['n'],
             south=reg['s'],
             east=reg['e'],
@@ -343,7 +342,6 @@
             bytes=size,
             null=null,
             overwrite=overwrite,
-            verbose=True,
             north=reg['n'],
             south=reg['s'],
             top=reg['t'],



More information about the grass-commit mailing list