[GRASS-SVN] r50838 - grass/branches/develbranch_6/lib/python
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Feb 16 19:37:40 EST 2012
Author: hamish
Date: 2012-02-16 16:37:40 -0800 (Thu, 16 Feb 2012)
New Revision: 50838
Modified:
grass/branches/develbranch_6/lib/python/vector.py
Log:
fix for #1534 (merge from trunk)
Modified: grass/branches/develbranch_6/lib/python/vector.py
===================================================================
--- grass/branches/develbranch_6/lib/python/vector.py 2012-02-17 00:36:15 UTC (rev 50837)
+++ grass/branches/develbranch_6/lib/python/vector.py 2012-02-17 00:37:40 UTC (rev 50838)
@@ -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