Browse Source

g.gui.tplot: t.vect.list changed flags

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@69686 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 8 years ago
parent
commit
bd17975156
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/wxpython/tplot/frame.py

+ 1 - 1
gui/wxpython/tplot/frame.py

@@ -899,7 +899,7 @@ class TplotFrame(wx.Frame):
                 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()