瀏覽代碼

wxGUI: syntax typo

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@60863 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 年之前
父節點
當前提交
7f4150b310
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/iscatt/controllers.py

+ 1 - 1
gui/wxpython/iscatt/controllers.py

@@ -65,7 +65,7 @@ class ScattsManager:
                                                 cats_mgr=self.cats_mgr, 
                                                 core=self.core)
 
-        self.thread = gThread();
+        self.thread = gThread()
         
         self.plots = {}