Skip to content

Commit 6c2dd35

Browse files
committed
revert some unnecessary changes
1 parent 06cef67 commit 6c2dd35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/private/stage2_bootstrap_template.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ def main():
453453
_run_py_path(main_filename, args=sys.argv[1:])
454454
else:
455455
_run_py_module(MAIN_MODULE)
456+
sys.exit(0)
456457

457458

458459
main()

0 commit comments

Comments
 (0)