ValvePython / vdf

📜 Package for working with Valve's text and binary KeyValue format
https://pypi.org/project/vdf/
MIT License
165 stars 30 forks source link

Include filename, lineno, etc in SyntaxError #24

Closed rossengeorgiev closed 4 years ago

rossengeorgiev commented 4 years ago

SyntaxError can carry extra info about where the issue is exactly. This will help with debugging issues.

https://docs.python.org/2/library/exceptions.html#exceptions.SyntaxError

Should improve debugging in cases like #23