Utilities/__init__.py

branch
maintenance
changeset 6826
c6dda2cbe081
parent 6735
31e263d49c04
child 6881
054667c5c270
--- 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:

eric ide

mercurial