You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A number of warnings showed up when running e.g.
PYTHONWARNINGS=always python build_examples.py
See #309 (comment)
Fix: All open() calls should be in a "with open() as x" statement
to ensure closing the file when exiting the block in any way.
Otherwise, use the new file_read_text() or file_write_text() to
read or write the whole utf-8 text file and closing it.
0 commit comments