--- a/src/eric7/VirtualEnv/VirtualenvUpgradeExecDialog.py Tue Apr 23 09:29:13 2024 +0200 +++ b/src/eric7/VirtualEnv/VirtualenvUpgradeExecDialog.py Tue Apr 23 11:26:04 2024 +0200 @@ -109,7 +109,7 @@ self.__finish(0, 0, giveUp=True) @pyqtSlot(int, QProcess.ExitStatus) - def __finish(self, exitCode, exitStatus, giveUp=False): + def __finish(self, exitCode, _exitStatus, giveUp=False): """ Private slot called when the process finished. @@ -118,7 +118,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 @param giveUp flag indicating to not start another attempt @type bool