src/eric7/Project/Project.py

branch
eric7
changeset 10641
42536596df9e
parent 10621
f5631f40c4d9
child 10650
4618223e6e32
--- 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 = ""

eric ide

mercurial