src/eric7/DebugClients/Python/MultiprocessingExtension.py

branch
eric7
changeset 10689
3ede487187f2
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
--- a/src/eric7/DebugClients/Python/MultiprocessingExtension.py	Mon Apr 22 13:20:16 2024 +0200
+++ b/src/eric7/DebugClients/Python/MultiprocessingExtension.py	Mon Apr 22 15:15:36 2024 +0200
@@ -55,13 +55,13 @@
                     _debugging = True
                     try:
                         (
-                            wd,
+                            _wd,
                             host,
                             port,
                             reportAllExceptions,
                             tracePython,
                             redirect,
-                            noencoding,
+                            _noencoding,
                         ) = _debugClient.startOptions[:7]
                         _debugClient.startDebugger(
                             sys.argv[0],

eric ide

mercurial