src/eric7/Project/Project.py

branch
eric7-maintenance
changeset 11155
e1843b6efa73
parent 11118
967a88a16a21
parent 11148
15e30f0c76a8
--- a/src/eric7/Project/Project.py	Sun Feb 09 15:47:57 2025 +0100
+++ b/src/eric7/Project/Project.py	Sat Mar 01 15:52:40 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