[GRASS-SVN] r66979 - grass/trunk/scripts/v.import

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 29 05:35:17 PST 2015


Author: martinl
Date: 2015-11-29 05:35:17 -0800 (Sun, 29 Nov 2015)
New Revision: 66979

Modified:
   grass/trunk/scripts/v.import/v.import.py
Log:
v.import: show reprojection progress

Modified: grass/trunk/scripts/v.import/v.import.py
===================================================================
--- grass/trunk/scripts/v.import/v.import.py	2015-11-29 13:28:56 UTC (rev 66978)
+++ grass/trunk/scripts/v.import/v.import.py	2015-11-29 13:35:17 UTC (rev 66979)
@@ -266,8 +266,7 @@
     grass.message(_("Reprojecting <%s>...") % output)
     try:
         grass.run_command('v.proj', location=TMPLOC,
-                          mapset='PERMANENT', input=output,
-                          quiet=True)
+                          mapset='PERMANENT', input=output)
     except CalledModuleError:
         grass.fatal(_("Unable to to reproject vector <%s>") % output)
 



More information about the grass-commit mailing list