diff -r d1a603a70f83 -r 9becf9ca115c src/eric7/Preferences/ToolConfigurationDialog.py --- a/src/eric7/Preferences/ToolConfigurationDialog.py Tue Apr 23 09:29:13 2024 +0200 +++ b/src/eric7/Preferences/ToolConfigurationDialog.py Tue Apr 23 11:26:04 2024 +0200 @@ -390,11 +390,11 @@ self.__toolEntryChanged() @pyqtSlot(int) - def on_redirectCombo_currentIndexChanged(self, index): + def on_redirectCombo_currentIndexChanged(self, _index): """ Private slot called, when the redirection mode was changed. - @param index the selected mode index (ignored) + @param _index the selected mode index (unused) @type int """ self.__toolEntryChanged()