src/eric7/Project/Project.py

branch
eric7-maintenance
changeset 10892
409d010d7cae
parent 10873
4e8e63df7893
parent 10888
84ab02a07803
child 11019
27cd57e98461
--- a/src/eric7/Project/Project.py	Mon Jul 29 14:43:59 2024 +0200
+++ b/src/eric7/Project/Project.py	Sat Aug 31 10:54:21 2024 +0200
@@ -1179,7 +1179,8 @@
             # check, if the files of the project still exist in the
             # project directory
             for fileCategory in self.getFileCategories():
-                self.__checkFilesExist(fileCategory)
+                if fileCategory != "TRANSLATIONS":
+                    self.__checkFilesExist(fileCategory)
 
             # get the names of subdirectories the files are stored in
             for fileCategory in [c for c in self.getFileCategories() if c != "OTHERS"]:

eric ide

mercurial