Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catch errors when graph files are not available: #40

Open
wants to merge 1 commit into
base: master
from

Conversation

Projects
None yet
1 participant
@ruebot
Copy link
Member

ruebot commented Mar 13, 2019

  • Wrap three cells in try/catch statements
  • The first of those statements explicitly catches OSError for FileNotFoundError
  • The last two catch any error
Catch errors when graph files are not available:
- Wrap three cells in try/catch statements
- The first of those statements explicitly catches OSError for FileNotFoundError
- The last two catch any error

@ruebot ruebot requested review from greebie and ianmilligan1 Mar 13, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.
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.