eric7/UI/upgrader.py

branch
eric7
changeset 9001
a00cd6b55728
parent 8994
3bebd76dc6ea
child 9015
dfeefad914ed
diff -r bc0b38405b6a -r a00cd6b55728 eric7/UI/upgrader.py
--- a/eric7/UI/upgrader.py	Fri Mar 25 19:06:20 2022 +0100
+++ b/eric7/UI/upgrader.py	Fri Mar 25 19:16:09 2022 +0100
@@ -79,7 +79,7 @@
             with contextlib.suppress(ValueError):
                 upgradeDelay = int(arg.split("=")[1].strip())
         elif arg.startswith("--type="):
-            upgradeType=arg.split("=")[1].strip()
+            upgradeType = arg.split("=")[1].strip()
     
     # wait a few seconds to give eric the chance to fully shut down
     time.sleep(upgradeDelay)

eric ide

mercurial