Fixed an issue of the find file widget (see issue 578). eric7

Tue, 17 Dec 2024 10:48:38 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 17 Dec 2024 10:48:38 +0100
branch
eric7
changeset 11097
96f3c24c5b3d
parent 11096
ac83f4d83f23
child 11098
3c05d3926972

Fixed an issue of the find file widget (see issue 578).

src/eric7/UI/FindFileWidget.py file | annotate | diff | comparison | revisions
--- a/src/eric7/UI/FindFileWidget.py	Tue Dec 17 10:33:49 2024 +0100
+++ b/src/eric7/UI/FindFileWidget.py	Tue Dec 17 10:48:38 2024 +0100
@@ -711,7 +711,6 @@
             files = self.__getFileList(
                 os.path.abspath(self.dirPicker.currentText()),
                 filterRe,
-                None,
                 excludeHiddenDirs=self.excludeHiddenCheckBox.isChecked(),
                 excludeHiddenFiles=self.excludeHiddenCheckBox.isChecked(),
             )

eric ide

mercurial