Project: fixed a little inaccuracy not causing any issues.

Fri, 19 Apr 2019 11:11:16 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 19 Apr 2019 11:11:16 +0200
changeset 6955
7a8a2963cbdc
parent 6954
b5a772d457f0
child 6956
dfd3b53be436

Project: fixed a little inaccuracy not causing any issues.

eric6/Project/Project.py file | annotate | diff | comparison | revisions
--- 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

eric ide

mercurial