[GRASS-SVN] r63211 - grass/trunk/scripts/v.db.update
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Nov 27 09:53:50 PST 2014
Author: mlennert
Date: 2014-11-27 09:53:50 -0800 (Thu, 27 Nov 2014)
New Revision: 63211
Modified:
grass/trunk/scripts/v.db.update/v.db.update.py
Log:
v.db.update: complete parameter key change
Modified: grass/trunk/scripts/v.db.update/v.db.update.py
===================================================================
--- grass/trunk/scripts/v.db.update/v.db.update.py 2014-11-27 17:20:36 UTC (rev 63210)
+++ grass/trunk/scripts/v.db.update/v.db.update.py 2014-11-27 17:53:50 UTC (rev 63211)
@@ -53,7 +53,7 @@
layer = options['layer']
column = options['column']
value = options['value']
- qcolumn = options['qcolumn']
+ qcolumn = options['query_column']
where = options['where']
mapset = grass.gisenv()['MAPSET']
More information about the grass-commit
mailing list