src/eric7/Project/Project.py

branch
eric7
changeset 10888
84ab02a07803
parent 10846
3db357d07c48
child 10892
409d010d7cae
child 10949
2057b1b198a5
--- a/src/eric7/Project/Project.py	Fri Aug 23 17:23:34 2024 +0200
+++ b/src/eric7/Project/Project.py	Thu Aug 29 14:00:41 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