src/eric7/Project/Project.py

branch
eric7
changeset 10796
125a9caa538f
parent 10773
b2e75ba58a30
child 10806
2f6df822e3b9
equal deleted inserted replaced
10795:89cfe35c12f9 10796:125a9caa538f
6366 6366
6367 if ( 6367 if (
6368 filetype in self.getFileCategories() 6368 filetype in self.getFileCategories()
6369 and ( 6369 and (
6370 fn not in self.__pdata[filetype] 6370 fn not in self.__pdata[filetype]
6371 and ( 6371 or (
6372 filetype == "OTHERS" 6372 filetype == "OTHERS"
6373 and fn not in self.__pdata[filetype]
6373 and os.path.dirname(fn) not in self.__pdata["OTHERS"] 6374 and os.path.dirname(fn) not in self.__pdata["OTHERS"]
6374 ) 6375 )
6375 ) 6376 )
6376 and ( 6377 and (
6377 filetype != "TRANSLATIONS" 6378 filetype != "TRANSLATIONS"

eric ide

mercurial