src/eric7/DebugClients/Python/MultiprocessingExtension.py

branch
eric7
changeset 10321
4a017fdf316f
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
--- a/src/eric7/DebugClients/Python/MultiprocessingExtension.py	Fri Nov 17 17:53:14 2023 +0100
+++ b/src/eric7/DebugClients/Python/MultiprocessingExtension.py	Sat Nov 18 15:18:17 2023 +0100
@@ -58,7 +58,7 @@
                             wd,
                             host,
                             port,
-                            exceptions,
+                            reportAllExceptions,
                             tracePython,
                             redirect,
                             noencoding,
@@ -67,7 +67,7 @@
                             sys.argv[0],
                             host=host,
                             port=port,
-                            exceptions=exceptions,
+                            reportAllExceptions=reportAllExceptions,
                             tracePython=tracePython,
                             redirect=redirect,
                             passive=False,

eric ide

mercurial