src/eric7/RemoteServerInterface/EricServerDebuggerInterface.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
--- a/src/eric7/RemoteServerInterface/EricServerDebuggerInterface.py	Mon Feb 24 15:11:18 2025 +0100
+++ b/src/eric7/RemoteServerInterface/EricServerDebuggerInterface.py	Mon Feb 24 15:43:49 2025 +0100
@@ -134,7 +134,7 @@
         """
         self.debugClientDisconnected.emit(params["debugger_id"])
 
-    def __handleLastDbgClientExited(self, params):  # noqa: U100
+    def __handleLastDbgClientExited(self, params):  # noqa: U-100
         """
         Private method to handle a report of the eric-ide server, that the last
         debug client has disconnected.
@@ -145,7 +145,7 @@
         self.__clientStarted = False
         self.lastClientExited.emit()
 
-    def __handleMainClientExited(self, params):  # noqa: U100
+    def __handleMainClientExited(self, params):  # noqa: U-100
         """
         Private method to handle the main client exiting.
 
@@ -207,7 +207,7 @@
         if self.__serverInterface.isServerConnected() and self.__clientStarted:
             loop = QEventLoop()
 
-            def callback(reply, params):  # noqa: U100
+            def callback(reply, params):  # noqa: U-100
                 """
                 Function to handle the server reply
 

eric ide

mercurial