ev3dev-lang-python
ev3dev-lang-python copied to clipboard
replace asserts with ValueError or TypeError
Although not common asserts can be disabled (python -O run.py). We have a lot of places in the code where we are using asserts but should really be raising ValueError.