vyperlang / titanoboa

a vyper interpreter
https://titanoboa.readthedocs.io
Other
251 stars 49 forks source link

fix: confusing stack trace #241

Closed DanielSchiavini closed 4 months ago

DanielSchiavini commented 4 months ago

When errors occur during the contract compilation, we currently get:

FileNotFoundError: [Errno 2] No such file or directory: '...'
During handling of the above exception, another exception occurred: ...

This PR should change the stack to show the real issue.

Cute Animal Picture

image