GandaG / pyfomod

A high-level fomod library written in Python.
https://pyfomod.rtfd.io/
Apache License 2.0
7 stars 6 forks source link

Incorrect Exception on type mismatch #7

Open GandaG opened 4 years ago

GandaG commented 4 years ago

Currently type argument mismatches (user providing an integer where a string is expected) raises a ValueError - this should be a TypeError.