Utilities/__init__.py

changeset 6735
31e263d49c04
parent 6645
ad476851d7e0
child 6881
054667c5c270
diff -r 1eaf6955acf5 -r 31e263d49c04 Utilities/__init__.py
--- a/Utilities/__init__.py	Wed Feb 13 18:51:15 2019 +0100
+++ b/Utilities/__init__.py	Wed Feb 13 18:59:31 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