diff -r 3ede487187f2 -r fab36645aa7d src/eric7/PluginManager/PluginRepositoryDialog.py --- a/src/eric7/PluginManager/PluginRepositoryDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/PluginManager/PluginRepositoryDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -384,13 +384,13 @@ self.__pluginContextMenu.popup(self.repositoryList.mapToGlobal(pos)) @pyqtSlot(QTreeWidgetItem, QTreeWidgetItem) - def on_repositoryList_currentItemChanged(self, current, previous): + def on_repositoryList_currentItemChanged(self, current, _previous): """ Private slot to handle the change of the current item. @param current reference to the new current item @type QTreeWidgetItem - @param previous reference to the old current item + @param _previous reference to the old current item (unused) @type QTreeWidgetItem """ if self.__repositoryMissing or current is None: