src/eric7/Project/Project.py

branch
eric7
changeset 10517
aecd5a8c958c
parent 10491
acabc60b19a2
child 10534
783d835d7fe4
child 10569
1f2bde269aa2
equal deleted inserted replaced
10516:72baef0baa76 10517:aecd5a8c958c
5728 # do not bother with dirs here... 5728 # do not bother with dirs here...
5729 if os.path.isdir(ns): 5729 if os.path.isdir(ns):
5730 if recursiveSearch: 5730 if recursiveSearch:
5731 d = self.getRelativePath(ns) 5731 d = self.getRelativePath(ns)
5732 if d not in dirs: 5732 if d not in dirs:
5733 dirs.append(d) 5733 dirs.append(d) # noqa: M538
5734 continue 5734 continue
5735 5735
5736 filetype = "" 5736 filetype = ""
5737 bfn = os.path.basename(fn) 5737 bfn = os.path.basename(fn)
5738 for pattern in sorted(self.__pdata["FILETYPES"], reverse=True): 5738 for pattern in sorted(self.__pdata["FILETYPES"], reverse=True):

eric ide

mercurial