瀏覽代碼

wxGUI: class name fixed, update https://trac.osgeo.org/grass/changeset/32366

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32367 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 17 年之前
父節點
當前提交
c6ad0d8cab
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      gui/wxpython/gui_modules/gcmd.py

+ 2 - 2
gui/wxpython/gui_modules/gcmd.py

@@ -327,8 +327,8 @@ class Command:
         #
         # create command thread
         #
-        self.cmdThread = RunCommand(cmd, stdin,
-                                    stdout, stderr)
+        self.cmdThread = CommandThread(cmd, stdin,
+                                       stdout, stderr)
         self.cmdThread.start()
         
         if wait: