diff -r b5a772d457f0 -r 7a8a2963cbdc eric6/Project/Project.py --- a/eric6/Project/Project.py Fri Apr 19 11:10:35 2019 +0200 +++ b/eric6/Project/Project.py Fri Apr 19 11:11:16 2019 +0200 @@ -433,7 +433,7 @@ self.translationsRoot = "" # the translations prefix self.name = "" self.opened = False - self.subdirs = [""] + self.subdirs = [] # record the project dir as a relative path (i.e. empty path) self.otherssubdirs = [] self.vcs = None