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
_expect
When _Source._expect() fails it raises a TomlError with the unhelpful error message msg:
_Source._expect()
msg
pytoml/pytoml/parser.py
Line 164 in cb92445
Example to provoke this error:
[a]b
The text was updated successfully, but these errors were encountered:
Same problem.
Sorry, something went wrong.
Use toml rather than pytoml
dc64108
Pytoml has an issue with error messages: avakar/pytoml#41
1bac224
771156f
No branches or pull requests
When
_Source._expect()
fails it raises a TomlError with the unhelpful error messagemsg
:pytoml/pytoml/parser.py
Line 164 in cb92445
Example to provoke this error:
The text was updated successfully, but these errors were encountered: