Make non-ascii character error in YAML parse more specific #265
Labels
🔨 simple fix
Likely to be solvable in at most a few hours (full-time).
pico
Issue affecting the PICO ontology installer.
In GitLab by @pablo-de-andres on Mar 5, 2020, 13:40
Relates to #255.
When PyYaml finds a non-ascii character, it raises a
UnicodeDecodeError: 'charmap' codec can't decode byte 0xBB in position xxx
We should try to make the error more informative, maybe provide a position for the character if possible?
The text was updated successfully, but these errors were encountered: