--- a/Utilities/__init__.py Sat Feb 16 10:27:50 2019 +0100 +++ b/Utilities/__init__.py Sat Mar 02 11:15:24 2019 +0100 @@ -1576,7 +1576,7 @@ project.isOpen() and project.isProjectFile(filename) and ext in py2Ext + py3Ext): - pyVer = pyAssignment.get(project.getProjectLanguage(), 0) + pyVer = pyAssignment.get(project.getProjectLanguage(), 0) elif ext in py2Ext and ext not in py3Ext: pyVer = 2 elif ext in py3Ext and ext not in py2Ext: