diff options
Diffstat (limited to 'src/projManagement')
-rw-r--r-- | src/projManagement/Worker.py | 2 | ||||
-rw-r--r-- | src/projManagement/Worker.pyc | bin | 1425 -> 1441 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/projManagement/Worker.py b/src/projManagement/Worker.py index 96f0d57b..641d6ee8 100644 --- a/src/projManagement/Worker.py +++ b/src/projManagement/Worker.py @@ -36,7 +36,7 @@ class WorkerThread(QtCore.QThread): def call_system(self,command): print "System called" procThread = Appconfig() - proc = subprocess.Popen(command) + proc = subprocess.Popen(command.split()) procThread.procThread_list.append(proc)
\ No newline at end of file diff --git a/src/projManagement/Worker.pyc b/src/projManagement/Worker.pyc Binary files differindex 6a4021de..1144e9ed 100644 --- a/src/projManagement/Worker.pyc +++ b/src/projManagement/Worker.pyc |