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
Wrap progress bar usage in try/finally blocks in save_annotated_documents
and download_text_from_url so progress_bar.close() is always called even
when an exception is raised mid-iteration.
Fixes#401
0 commit comments