We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vyper --version
python --version
Would it be possible to have more descriptive message for following error – missing item in enum?
enum Roles: ADMIN USER # GUEST ... Roles.GUEST
Right now I get ERROR: Unable to load project. Reason: AttributeError: 'VyperType' object has no attribute '_id'.
ERROR: Unable to load project. Reason: AttributeError: 'VyperType' object has no attribute '_id'
--
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Version Information
vyper --version
): 0.3.8python --version
): Python 3.8.6What's your issue about?
Would it be possible to have more descriptive message for following error – missing item in enum?
enum Roles: ADMIN USER # GUEST ... Roles.GUEST
Right now I get
ERROR: Unable to load project. Reason: AttributeError: 'VyperType' object has no attribute '_id'
.How can it be fixed?
--
The text was updated successfully, but these errors were encountered: