Sfoglia il codice sorgente

v.import: show reprojection progress

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66979 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 9 anni fa
parent
commit
249ab5cb81
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      scripts/v.import/v.import.py

+ 1 - 2
scripts/v.import/v.import.py

@@ -266,8 +266,7 @@ def main():
     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)