Skip to content

Commit 7359308

Browse files
committed
make atexit noop so build can finish.
1 parent 92a008e commit 7359308

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vpython/vpython.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818

1919

2020
def Exit():
21-
print("in atexit")
21+
# no infinite loop here so build processs can finish.
22+
# print("in atexit")
23+
pass
2224

2325
import atexit
2426

0 commit comments

Comments
 (0)