Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
c6ad0d8cab
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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: