[GRASS-SVN] r70648 - grass/branches/releasebranch_7_2/gui/wxpython/tplot
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Feb 20 11:33:46 PST 2017
Author: neteler
Date: 2017-02-20 11:33:46 -0800 (Mon, 20 Feb 2017)
New Revision: 70648
Modified:
grass/branches/releasebranch_7_2/gui/wxpython/tplot/frame.py
Log:
g.gui.tplot: t.vect.list changed flags (trunk, r69686)
Modified: grass/branches/releasebranch_7_2/gui/wxpython/tplot/frame.py
===================================================================
--- grass/branches/releasebranch_7_2/gui/wxpython/tplot/frame.py 2017-02-20 14:24:33 UTC (rev 70647)
+++ grass/branches/releasebranch_7_2/gui/wxpython/tplot/frame.py 2017-02-20 19:33:46 UTC (rev 70648)
@@ -900,7 +900,7 @@
break
if found:
try:
- vect_list = grass.read_command('t.vect.list', flags='s',
+ vect_list = grass.read_command('t.vect.list', flags='u',
input=dataset, column='name')
except Exception:
self.attribute.Clear()
More information about the grass-commit
mailing list