--- a/src/eric7/VirtualEnv/VirtualenvExecDialog.py Tue Apr 23 09:29:13 2024 +0200 +++ b/src/eric7/VirtualEnv/VirtualenvExecDialog.py Tue Apr 23 11:26:04 2024 +0200 @@ -126,7 +126,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. @@ -134,7 +134,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