src/eric7/DebugClients/Python/MultiProcessDebugExtension.py

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

eric ide

mercurial