src/eric7/CondaInterface/CondaExecDialog.py

branch
eric7
changeset 10689
3ede487187f2
parent 10439
21c28b0f9e41
child 10806
2f6df822e3b9
--- a/src/eric7/CondaInterface/CondaExecDialog.py	Mon Apr 22 13:20:16 2024 +0200
+++ b/src/eric7/CondaInterface/CondaExecDialog.py	Mon Apr 22 15:15:36 2024 +0200
@@ -105,7 +105,7 @@
             self.__logOutput(self.tr("Operation started.\n"))
 
     @pyqtSlot(int, QProcess.ExitStatus)
-    def __finish(self, exitCode, exitStatus):
+    def __finish(self, exitCode, _exitStatus):
         """
         Private slot called when the process finished.
 
@@ -114,7 +114,7 @@
 
         @param exitCode exit code of the process
         @type int
-        @param exitStatus exit status of the process
+        @param _exitStatus exit status of the process (unused)
         @type QProcess.ExitStatus
         """
         if (

eric ide

mercurial