src/eric7/Project/Project.py

branch
eric7-maintenance
changeset 10892
409d010d7cae
parent 10873
4e8e63df7893
parent 10888
84ab02a07803
child 11019
27cd57e98461
equal deleted inserted replaced
10874:8f58c95bc6a8 10892:409d010d7cae
1177 self.subdirs.append(dn) 1177 self.subdirs.append(dn)
1178 1178
1179 # check, if the files of the project still exist in the 1179 # check, if the files of the project still exist in the
1180 # project directory 1180 # project directory
1181 for fileCategory in self.getFileCategories(): 1181 for fileCategory in self.getFileCategories():
1182 self.__checkFilesExist(fileCategory) 1182 if fileCategory != "TRANSLATIONS":
1183 self.__checkFilesExist(fileCategory)
1183 1184
1184 # get the names of subdirectories the files are stored in 1185 # get the names of subdirectories the files are stored in
1185 for fileCategory in [c for c in self.getFileCategories() if c != "OTHERS"]: 1186 for fileCategory in [c for c in self.getFileCategories() if c != "OTHERS"]:
1186 for fn in self.__pdata[fileCategory]: 1187 for fn in self.__pdata[fileCategory]:
1187 dn = ( 1188 dn = (

eric ide

mercurial