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)