pytoml icon indicating copy to clipboard operation
pytoml copied to clipboard

Unhelpful error message 'msg' when `_expect` fails

Open ulope opened this issue 7 years ago • 1 comments

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

ulope avatar Jun 30 '18 17:06 ulope

Same problem.

MarSoft avatar Mar 27 '19 22:03 MarSoft