--- a/src/eric7/Project/Project.py Mon Mar 11 17:41:51 2024 +0100 +++ b/src/eric7/Project/Project.py Mon Mar 11 17:45:50 2024 +0100 @@ -5606,7 +5606,7 @@ if recursiveSearch: d = self.getRelativePath(ns) if d not in dirs: - dirs.append(d) # noqa: M538 + dirs.append(d) # noqa: M569 continue filetype = ""