[GRASS-SVN] r69686 - grass/trunk/gui/wxpython/tplot
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Oct 8 18:52:10 PDT 2016
Author: annakrat
Date: 2016-10-08 18:52:10 -0700 (Sat, 08 Oct 2016)
New Revision: 69686
Modified:
grass/trunk/gui/wxpython/tplot/frame.py
Log:
g.gui.tplot: t.vect.list changed flags
Modified: grass/trunk/gui/wxpython/tplot/frame.py
===================================================================
--- grass/trunk/gui/wxpython/tplot/frame.py 2016-10-09 01:51:29 UTC (rev 69685)
+++ grass/trunk/gui/wxpython/tplot/frame.py 2016-10-09 01:52:10 UTC (rev 69686)
@@ -899,7 +899,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