We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93ebc4 commit 12c1bebCopy full SHA for 12c1beb
main.py
@@ -520,7 +520,7 @@ def _Main(argv):
520
argv.extend(rce.extra_args)
521
try:
522
# os.execv(__file__, argv)
523
- subprocess.call([__file__, argv])
+ subprocess.call([sys.executable] + argv)
524
except OSError as e:
525
print('fatal: cannot restart repo after upgrade', file=sys.stderr)
526
print('fatal: %s' % e, file=sys.stderr)
0 commit comments