src/eric7/DebugClients/Python/MultiprocessingExtension.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
diff -r dee6e106b4d3 -r 15e30f0c76a8 src/eric7/DebugClients/Python/MultiprocessingExtension.py
--- a/src/eric7/DebugClients/Python/MultiprocessingExtension.py	Mon Feb 24 15:11:18 2025 +0100
+++ b/src/eric7/DebugClients/Python/MultiprocessingExtension.py	Mon Feb 24 15:43:49 2025 +0100
@@ -24,7 +24,7 @@
     @type module
     @param debugClient reference to the debug client object
     @type DebugClient
-    """  # __IGNORE_WARNING_D234__
+    """  # __IGNORE_WARNING_D-234__
     global _debugClient, _originalProcess, _originalBootstrap
 
     _debugClient = debugClient
@@ -75,7 +75,7 @@
                         )
                     except Exception:
                         print(
-                            # __IGNORE_WARNING_M801__
+                            # __IGNORE_WARNING_M-801__
                             "Exception during multiprocessing bootstrap init:"
                         )
                         traceback.print_exc(file=sys.stdout)

eric ide

mercurial