src/eric7/Debugger/DebugViewer.py

branch
eric7
changeset 10689
3ede487187f2
parent 10683
779cda568acb
child 10935
680150fd2b8c
diff -r 0d9853ceb288 -r 3ede487187f2 src/eric7/Debugger/DebugViewer.py
--- a/src/eric7/Debugger/DebugViewer.py	Mon Apr 22 13:20:16 2024 +0200
+++ b/src/eric7/Debugger/DebugViewer.py	Mon Apr 22 15:15:36 2024 +0200
@@ -553,17 +553,17 @@
             self.__setCurrentDebugger(debuggerId)
 
     @pyqtSlot(str, int, str, bool, str)
-    def __clientExit(self, program, status, message, quiet, debuggerId):
+    def __clientExit(self, _program, _status, _message, _quiet, debuggerId):
         """
         Private method to handle the debugged program terminating.
 
-        @param program name of the exited program
+        @param _program name of the exited program (unused)
         @type str
-        @param status exit code of the debugged program
+        @param _status exit code of the debugged program (unused)
         @type int
-        @param message exit message of the debugged program
+        @param _message exit message of the debugged program (unused)
         @type str
-        @param quiet flag indicating to suppress exit info display
+        @param _quiet flag indicating to suppress exit info display (unused)
         @type bool
         @param debuggerId ID of the debugger backend
         @type str

eric ide

mercurial