[GRASS-SVN] r50837 - grass/trunk/lib/python

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 16 19:36:15 EST 2012


Author: hamish
Date: 2012-02-16 16:36:15 -0800 (Thu, 16 Feb 2012)
New Revision: 50837

Modified:
   grass/trunk/lib/python/vector.py
Log:
fix for #1534

Modified: grass/trunk/lib/python/vector.py
===================================================================
--- grass/trunk/lib/python/vector.py	2012-02-16 19:59:47 UTC (rev 50836)
+++ grass/trunk/lib/python/vector.py	2012-02-17 00:36:15 UTC (rev 50837)
@@ -243,7 +243,7 @@
     ret = read_command('v.db.select',
                        map = map,
                        layer = layer,
-                       fs = '|', **kwargs)
+                       **kwargs)
     
     if not ret:
         error(_('vector_select() failed'))



More information about the grass-commit mailing list