diff -r 6ae7193558ac -r 7f7f3e47b238 src/eric7/UI/upgrader.py --- a/src/eric7/UI/upgrader.py Mon Sep 12 18:07:42 2022 +0200 +++ b/src/eric7/UI/upgrader.py Tue Sep 13 19:46:19 2022 +0200 @@ -12,7 +12,7 @@ """ import contextlib -import subprocess +import subprocess # secok import sys import time @@ -56,7 +56,7 @@ @type list of str """ args = [sys.executable] + args - subprocess.Popen(args) + subprocess.Popen(args) # secok def main():