Utilities/BackgroundService.py

changeset 5762
76ef5f340007
parent 5741
ece3c72a24c3
child 5874
a28f7d2ff976
diff -r f9e1e4e50b33 -r 76ef5f340007 Utilities/BackgroundService.py
--- a/Utilities/BackgroundService.py	Tue Jun 20 14:45:35 2017 +0200
+++ b/Utilities/BackgroundService.py	Wed Jun 21 19:40:59 2017 +0200
@@ -93,7 +93,8 @@
             "Utilities", "BackgroundClient.py")
         proc = QProcess()
         proc.setProcessChannelMode(QProcess.ForwardedChannels)
-        args = [backgroundClient, self.hostAddress, str(port)]
+        args = [backgroundClient, self.hostAddress, str(port),
+                str(Preferences.getUI("BackgroundServiceProcesses"))]
         proc.start(interpreter, args)
         if not proc.waitForStarted(10000):
             proc = None

eric ide

mercurial