src/eric7/Debugger/DebuggerInterfacePython.py

branch
eric7-maintenance
changeset 11155
e1843b6efa73
parent 11118
967a88a16a21
parent 11148
15e30f0c76a8
--- a/src/eric7/Debugger/DebuggerInterfacePython.py	Sun Feb 09 15:47:57 2025 +0100
+++ b/src/eric7/Debugger/DebuggerInterfacePython.py	Sat Mar 01 15:52:40 2025 +0100
@@ -100,7 +100,7 @@
         # attribute to remember the name of the executed script
         self.__scriptName = ""
 
-    def __identityTranslation(self, fn, remote2local=True):  # noqa: U100
+    def __identityTranslation(self, fn, remote2local=True):  # noqa: U-100
         """
         Private method to perform the identity path translation.
 
@@ -1668,7 +1668,7 @@
             jsonStr = data.decode("utf-8", "backslashreplace")
 
             logging.getLogger(__name__).debug("<Debug-Server> %s", jsonStr)
-            ##print("Server: ", jsonStr)    ## debug       # __IGNORE_WARNING_M891__
+            ##print("Server: ", jsonStr)    ## debug       # __IGNORE_WARNING_M-891__
 
             if jsonStr:
                 self.handleJsonCommand(jsonStr, sock)

eric ide

mercurial