src/eric7/Project/Project.py

branch
eric7
changeset 10888
84ab02a07803
parent 10846
3db357d07c48
child 10892
409d010d7cae
child 10949
2057b1b198a5
equal deleted inserted replaced
10887:305885e65bd1 10888:84ab02a07803
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