--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgClient.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgClient.py Mon Apr 22 18:23:20 2024 +0200 @@ -176,13 +176,13 @@ return True, "" @pyqtSlot(int, QProcess.ExitStatus) - def __serverFinished(self, exitCode, exitStatus): + def __serverFinished(self, _exitCode, _exitStatus): """ Private slot connected to the finished signal. - @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.__started = False