Commit 97590c3e authored by Matthias Putz's avatar Matthias Putz

fixed broken restart of repo after update

parent 5bf3d38f
......@@ -516,6 +516,7 @@ def _Main(argv):
#
argv = list(sys.argv)
argv.extend(rce.extra_args)
argv = [sys.executable] + argv
try:
argv.insert(0, __file__)
subprocess.call(argv)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment