eric6/DebugClients/Python/DebugClientBase.py

branch
multi_processing
changeset 7377
cc920e534ac0
parent 7376
21df384d6150
child 7390
052ce4cf06c6
--- a/eric6/DebugClients/Python/DebugClientBase.py	Wed Jan 29 19:38:13 2020 +0100
+++ b/eric6/DebugClients/Python/DebugClientBase.py	Thu Jan 30 19:37:03 2020 +0100
@@ -2210,7 +2210,6 @@
                 self.startOptions = (
                     wd, host, port, exceptions, tracePython, redirect,
                     self.noencoding, self.fork_auto, self.fork_child,
-                    self.pids
                 )
                 if not self.noencoding:
                     self.__coding = self.defaultCoding
@@ -2261,7 +2260,6 @@
                 self.startOptions = (
                     '', remoteAddress, port, True, False, redirect,
                     self.noencoding, self.fork_auto, self.fork_child,
-                    self.pids
                 )
                 if not self.noencoding:
                     self.__coding = self.defaultCoding

eric ide

mercurial