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
FileNotFoundError is not part of built-in exceptions in Python 2.
This commit allows to use it in Python 3, and replace it with a
RuntimeError in Python 2.
0 commit comments