src/eric7/Project/Project.py

branch
eric7
changeset 10846
3db357d07c48
parent 10844
a7c73526f336
child 10873
4e8e63df7893
child 10888
84ab02a07803
--- a/src/eric7/Project/Project.py	Sun Jul 14 17:38:30 2024 +0200
+++ b/src/eric7/Project/Project.py	Sun Jul 14 18:15:30 2024 +0200
@@ -1192,16 +1192,6 @@
                     if dn and dn not in self.subdirs:
                         self.subdirs.append(dn)
 
-            # get the names of other subdirectories
-            for fn in self.__pdata["OTHERS"]:
-                dn = (
-                    self.__remotefsInterface.dirname(fn)
-                    if FileSystemUtilities.isRemoteFileName(fn)
-                    else os.path.dirname(fn)
-                )
-                if dn and dn not in self.otherssubdirs:
-                    self.otherssubdirs.append(dn)
-
         return res
 
     def __writeProject(self, fn=None):

eric ide

mercurial