[GRASS-SVN] r50839 - grass/branches/releasebranch_6_4/lib/python

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 16 19:41:02 EST 2012


Author: hamish
Date: 2012-02-16 16:41:01 -0800 (Thu, 16 Feb 2012)
New Revision: 50839

Modified:
   grass/branches/releasebranch_6_4/lib/python/vector.py
Log:
fix for #1534 (merge from trunk)

Modified: grass/branches/releasebranch_6_4/lib/python/vector.py
===================================================================
--- grass/branches/releasebranch_6_4/lib/python/vector.py	2012-02-17 00:37:40 UTC (rev 50838)
+++ grass/branches/releasebranch_6_4/lib/python/vector.py	2012-02-17 00:41:01 UTC (rev 50839)
@@ -202,7 +202,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