Kaynağa Gözat

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 yıl önce
ebeveyn
işleme
bd17975156
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      gui/wxpython/tplot/frame.py

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

@@ -899,7 +899,7 @@ class TplotFrame(wx.Frame):
                 break
                 break
         if found:
         if found:
             try:
             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')
                                                input=dataset, column='name')
             except Exception:
             except Exception:
                 self.attribute.Clear()
                 self.attribute.Clear()