[GRASS-SVN] r43947 - grass/branches/develbranch_6/lib/python
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Oct 17 06:07:25 EDT 2010
Author: martinl
Date: 2010-10-17 03:07:25 -0700 (Sun, 17 Oct 2010)
New Revision: 43947
Modified:
grass/branches/develbranch_6/lib/python/core.py
Log:
default verbose level is '2'
(merge r43946 from trunk)
Modified: grass/branches/develbranch_6/lib/python/core.py
===================================================================
--- grass/branches/develbranch_6/lib/python/core.py 2010-10-17 10:05:24 UTC (rev 43946)
+++ grass/branches/develbranch_6/lib/python/core.py 2010-10-17 10:07:25 UTC (rev 43947)
@@ -723,7 +723,7 @@
if vbstr:
return int(vbstr)
else:
- return 0
+ return 2
## various utilities, not specific to GRASS
More information about the grass-commit
mailing list