--- a/src/eric7/VirtualEnv/VirtualenvInterpreterSelectionDialog.py Tue Apr 23 09:29:13 2024 +0200 +++ b/src/eric7/VirtualEnv/VirtualenvInterpreterSelectionDialog.py Tue Apr 23 11:26:04 2024 +0200 @@ -75,11 +75,11 @@ ) @pyqtSlot(str) - def on_pythonExecPicker_textChanged(self, txt): + def on_pythonExecPicker_textChanged(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()