--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgCommandDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgCommandDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -60,11 +60,11 @@ self.resize(max(self.width(), msh.width()), msh.height()) @pyqtSlot(str) - def on_commandCombo_editTextChanged(self, text): + def on_commandCombo_editTextChanged(self, _text): """ Private method used to enable/disable the OK-button. - @param text ignored + @param _text text of the command edit (unused) @type str """ self.okButton.setDisabled(self.commandCombo.currentText() == "")