--- a/src/eric7/Project/Project.py Sun Jan 21 12:53:23 2024 +0100
+++ b/src/eric7/Project/Project.py Sun Jan 21 13:00:42 2024 +0100
@@ -5730,7 +5730,7 @@
if recursiveSearch:
d = self.getRelativePath(ns)
if d not in dirs:
- dirs.append(d)
+ dirs.append(d) # noqa: M538
continue
filetype = ""