Skip to content

Commit d08ee33

Browse files
committed
print status
1 parent 2e08706 commit d08ee33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpython/no_notebook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ def stop_server():
368368
print("but it's not my thread, so I'll join...")
369369
__t.join()
370370
else:
371-
print("__t is alive, but that's my thread! Yikes.")
371+
print("__t is alive, but that's my thread! So skip it.")
372372

373373
# If the main thread has already stopped, the python interpreter
374374
# is likely just running .join on the two remaining threads (in

0 commit comments

Comments
 (0)