--- a/src/eric7/Debugger/DebuggerInterfacePython.py Mon Feb 24 15:11:18 2025 +0100 +++ b/src/eric7/Debugger/DebuggerInterfacePython.py Mon Feb 24 15:43:49 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)