浏览代码

fix syntax typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@35172 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 年之前
父节点
当前提交
c90e326001
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/gui_modules/gdialogs.py

+ 1 - 1
gui/wxpython/gui_modules/gdialogs.py

@@ -1008,7 +1008,7 @@ class MultiImportDialog(wx.Dialog):
                                   parent = self,
                                   flags = 'l',
                                   input = path)
-            if ret != 0
+            if ret != 0:
                 self.list.LoadData()
                 self.btn_run.Enable(False)
                 return