sander76/clipstick

incorrect type provided will not raise correct error

Closed this issue · 1 comments

Look at the examples/name.py file and run it with python examples/name.py --age too-old.

This should raise some kind of conversion error ("too-old" cannot be converted to an int). But is not.

fixed.