瀏覽代碼

wxGUI/ATM: db.select - overwrite output tmp file

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@52681 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 年之前
父節點
當前提交
63daa4fefd
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      gui/wxpython/dbmgr/base.py

+ 1 - 0
gui/wxpython/dbmgr/base.py

@@ -172,6 +172,7 @@ class VirtualAttributeList(wx.ListCtrl,
         
         
         if sql:
         if sql:
             ret = RunCommand('db.select',
             ret = RunCommand('db.select',
+                             overwrite = True,
                              quiet = True,
                              quiet = True,
                              parent = self,
                              parent = self,
                              flags = 'c',
                              flags = 'c',