[GRASS-SVN] r62019 - grass/trunk/scripts/v.out.gps
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Sep 17 09:54:46 PDT 2014
Author: hcho
Date: 2014-09-17 09:54:46 -0700 (Wed, 17 Sep 2014)
New Revision: 62019
Modified:
grass/trunk/scripts/v.out.gps/v.out.gps.py
Log:
v.out.gps: Add a missing comma
Modified: grass/trunk/scripts/v.out.gps/v.out.gps.py
===================================================================
--- grass/trunk/scripts/v.out.gps/v.out.gps.py 2014-09-17 16:49:23 UTC (rev 62018)
+++ grass/trunk/scripts/v.out.gps/v.out.gps.py 2014-09-17 16:54:46 UTC (rev 62019)
@@ -99,7 +99,7 @@
# only try to remove map if it exists to avoid ugly warnings
if tmp_vogb:
if grass.find_file(tmp_vogb, element = 'vector')['name']:
- grass.run_command('g.remove', flags = 'f', type = 'vect'
+ grass.run_command('g.remove', flags = 'f', type = 'vect',
pattern = tmp_vogb, quiet = True)
if tmp_extr:
if grass.find_file(tmp_extr, element = 'vector')['name']:
More information about the grass-commit
mailing list