--- a/src/eric7/MicroPython/ConvertToUF2Dialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/MicroPython/ConvertToUF2Dialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -164,13 +164,13 @@ self.outputEdit.ensureCursorVisible() @pyqtSlot(int, QProcess.ExitStatus) - def __conversionFinished(self, exitCode, exitStatus): + def __conversionFinished(self, _exitCode, _exitStatus): """ Private slot handling the end of the conversion process. - @param exitCode exit code of the process + @param _exitCode exit code of the process (unused) @type int - @param exitStatus exit status of the process + @param _exitStatus exit status of the process (unused) @type QProcess.ExitStatus """ self.convertButton.setEnabled(True)