--- a/eric6/UI/FindFileDialog.py Thu Aug 15 17:04:54 2019 +0200 +++ b/eric6/UI/FindFileDialog.py Thu Aug 15 17:19:28 2019 +0200 @@ -242,10 +242,10 @@ @pyqtSlot() def on_openFilesButton_clicked(self): - """ - Private slot to handle the selection of the 'Open Files' radio button. - """ - self.__enableFindButton() + """ + Private slot to handle the selection of the 'Open Files' radio button. + """ + self.__enableFindButton() @pyqtSlot() def on_filterCheckBox_clicked(self):