pytoml
pytoml copied to clipboard
Unhelpful error message 'msg' when `_expect` fails
When _Source._expect() fails it raises a TomlError with the unhelpful error message msg:
https://github.com/avakar/pytoml/blob/cb92445ca769b3966b3976cd69f5140761f15843/pytoml/parser.py#L164
Example to provoke this error:
[a]b
Same problem.