diff -r d1a603a70f83 -r 9becf9ca115c src/eric7/UI/FindFileWidget.py --- a/src/eric7/UI/FindFileWidget.py Tue Apr 23 09:29:13 2024 +0200 +++ b/src/eric7/UI/FindFileWidget.py Tue Apr 23 11:26:04 2024 +0200 @@ -819,7 +819,7 @@ self.findProgress.setValue(0) @pyqtSlot(QTreeWidgetItem, int) - def on_findList_itemDoubleClicked(self, itm, column): + def on_findList_itemDoubleClicked(self, itm, _column): """ Private slot to handle the double click on a file item. @@ -827,7 +827,7 @@ @param itm the double clicked tree item @type QTreeWidgetItem - @param column column that was double clicked (ignored) + @param _column column that was double clicked (unused) @type int """ if itm.parent():