Sun, 14 Jul 2024 17:24:03 +0200
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