Browse Source

fix for https://trac.osgeo.org/grass/ticket/1534

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@50837 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 13 years ago
parent
commit
ce1aaf0fac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/python/vector.py

+ 1 - 1
lib/python/vector.py

@@ -243,7 +243,7 @@ def vector_db_select(map, layer = 1, **kwargs):
     ret = read_command('v.db.select',
                        map = map,
                        layer = layer,
-                       fs = '|', **kwargs)
+                       **kwargs)
     
     if not ret:
         error(_('vector_select() failed'))