GandaG / pyfomod

A high-level fomod library written in Python.

Home Page:https://pyfomod.rtfd.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect Exception on type mismatch

GandaG opened this issue · comments

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