--- 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 (