--- a/src/eric7/Project/ProjectVenvConfigurationDialog.py Tue Apr 23 09:29:13 2024 +0200 +++ b/src/eric7/Project/ProjectVenvConfigurationDialog.py Tue Apr 23 11:26:04 2024 +0200 @@ -98,11 +98,11 @@ ) @pyqtSlot(str) - def on_pythonExecPicker_editTextChanged(self, txt): + def on_pythonExecPicker_editTextChanged(self, _txt): """ Private slot to handle changes of the entered Python interpreter path. - @param txt entered Python interpreter path + @param _txt entered Python interpreter path (unused) @type str """ self.__updateOK()