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 = ( |