Browse Source

wxGUI: fix dbm (RunCommand)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@35206 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 năm trước cách đây
mục cha
commit
fadac78207
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      gui/wxpython/gui_modules/dbm.py

+ 1 - 0
gui/wxpython/gui_modules/dbm.py

@@ -2586,6 +2586,7 @@ class LayerBook(wx.Notebook):
         ret = gcmd.RunCommand('db.columns',
                               parent = self,
                               quiet = True,
+                              read = True,
                               driver = driver,
                               database = database,
                               table = table)