Thu, 18 Aug 2016 17:06:01 +0200
Fixed a stupid issue introduced in the last changeset.
Project/Project.py | file | annotate | diff | comparison | revisions |
--- a/Project/Project.py Thu Aug 18 17:02:21 2016 +0200 +++ b/Project/Project.py Thu Aug 18 17:06:01 2016 +0200 @@ -3080,7 +3080,7 @@ @return flag indicating a mixed language project @rtype bool """ - return self.pdata("MIXEDLANGUAGE") + return self.pdata["MIXEDLANGUAGE"] def isPythonProject(self): """