src/eric7/Project/Project.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
child 11155
e1843b6efa73
child 11216
a1471981ef18
--- a/src/eric7/Project/Project.py	Mon Feb 24 15:11:18 2025 +0100
+++ b/src/eric7/Project/Project.py	Mon Feb 24 15:43:49 2025 +0100
@@ -6343,7 +6343,7 @@
                     if recursiveSearch:
                         d = self.getRelativePath(ns)
                         if d not in dirs:
-                            dirs.append(d)  # noqa: M569
+                            dirs.append(d)  # noqa: M-569
                     continue
 
                 filetype = ""
@@ -8113,4 +8113,4 @@
 
 
 #
-# eflag: noqa = M601
+# eflag: noqa = M-601

eric ide

mercurial