summaryrefslogtreecommitdiff
path: root/src/projManagement
diff options
context:
space:
mode:
Diffstat (limited to 'src/projManagement')
-rw-r--r--src/projManagement/Worker.py2
-rw-r--r--src/projManagement/Worker.pycbin1425 -> 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
index 6a4021de..1144e9ed 100644
--- a/src/projManagement/Worker.pyc
+++ b/src/projManagement/Worker.pyc
Binary files differ