瀏覽代碼

v.out.gps: Add a missing comma

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@62019 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 10 年之前
父節點
當前提交
6ec7d1be5a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/v.out.gps/v.out.gps.py

+ 1 - 1
scripts/v.out.gps/v.out.gps.py

@@ -99,7 +99,7 @@ def cleanup():
     # 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']: