--- a/src/eric7/Project/Project.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/Project/Project.py Thu May 25 19:51:47 2023 +0200 @@ -6581,7 +6581,7 @@ self.__makeProcess.readyReadStandardError.connect(self.__makeReadStdErr) self.__makeProcess.finished.connect( lambda exitCode, exitStatus: self.__makeFinished( - exitCode, exitStatus, questionOnly, interactive + exitCode, exitStatus, questionOnly ) ) self.__makeProcess.setWorkingDirectory(self.getProjectPath()) @@ -6622,7 +6622,7 @@ ) self.appendStderr.emit(error) - def __makeFinished(self, exitCode, exitStatus, questionOnly, interactive=True): + def __makeFinished(self, exitCode, exitStatus, questionOnly): """ Private slot handling the make process finished signal. @@ -6632,9 +6632,6 @@ @type QProcess.ExitStatus @param questionOnly flag indicating a test only run @type bool - @param interactive flag indicating an interactive invocation (i.e. - through a menu action) - @type bool """ if exitStatus == QProcess.ExitStatus.CrashExit: EricMessageBox.critical(