scripts/install.py

changeset 7210
8fe313d039e6
parent 7185
af8e89a7a51d
child 7220
5cf645f6daab
child 7226
babe80d84a3e
diff -r d30ac02a5f04 -r 8fe313d039e6 scripts/install.py
--- a/scripts/install.py	Wed Sep 04 20:01:53 2019 +0200
+++ b/scripts/install.py	Thu Sep 05 18:47:56 2019 +0200
@@ -581,6 +581,9 @@
     except ImportError:
         # eric6 wasn't installed previously
         return
+    except SyntaxError:
+        # an incomplete or old config file was found
+        return
     
     global pyModDir, progLanguages
     

eric ide

mercurial