src/eric7/Project/Project.py

branch
eric7
changeset 10517
aecd5a8c958c
parent 10491
acabc60b19a2
child 10534
783d835d7fe4
child 10569
1f2bde269aa2
--- 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 = ""

eric ide

mercurial