소스 검색

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:
             ret = RunCommand('db.select',
+                             overwrite = True,
                              quiet = True,
                              parent = self,
                              flags = 'c',