Re-added a line that got lost while merging with the server code. eric7

Sun, 14 Jul 2024 17:24:03 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 14 Jul 2024 17:24:03 +0200
branch
eric7
changeset 10844
a7c73526f336
parent 10843
5184f7a9a244
child 10845
bbcad422aea7

Re-added a line that got lost while merging with the server code.

src/eric7/Project/Project.py file | annotate | diff | comparison | revisions
--- a/src/eric7/Project/Project.py	Sun Jul 14 17:17:52 2024 +0200
+++ b/src/eric7/Project/Project.py	Sun Jul 14 17:24:03 2024 +0200
@@ -1199,6 +1199,8 @@
                     if FileSystemUtilities.isRemoteFileName(fn)
                     else os.path.dirname(fn)
                 )
+                if dn and dn not in self.otherssubdirs:
+                    self.otherssubdirs.append(dn)
 
         return res
 

eric ide

mercurial