[GRASS-SVN] r66980 - grass/branches/releasebranch_7_0/scripts/v.import

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 29 05:50:12 PST 2015


Author: martinl
Date: 2015-11-29 05:50:12 -0800 (Sun, 29 Nov 2015)
New Revision: 66980

Modified:
   grass/branches/releasebranch_7_0/scripts/v.import/v.import.py
Log:
v.import: show reprojection progress (merge r66979 from trunk)


Modified: grass/branches/releasebranch_7_0/scripts/v.import/v.import.py
===================================================================
--- grass/branches/releasebranch_7_0/scripts/v.import/v.import.py	2015-11-29 13:35:17 UTC (rev 66979)
+++ grass/branches/releasebranch_7_0/scripts/v.import/v.import.py	2015-11-29 13:50:12 UTC (rev 66980)
@@ -261,8 +261,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