-
-
Notifications
You must be signed in to change notification settings - Fork 204
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
FileNotFoundError on PyPy #102
Comments
I know it looks weird but I ran into this too recently, |
Damn Alex, are you stalking me? ;) This is my work account, by the way. I confirmed |
We can wrap it, though it's a matter of what to do in lieu of the existing logic if an exception is raised. |
I'd show something like |
I got this error running on pypy3.6-v7.3.0-linux64:
This is frustrating because I can't know what's the directory it's not finding. Can better-exceptions deal with such problems with graceful degradation? If a certain frame has a missing task, it's better to mark it as missing than crash.
The text was updated successfully, but these errors were encountered: