Convert assert statements to raise
Opened this issue · 0 comments
blaylockbk commented
Yeah, I've learned my lesson on this. assert
is really only used for writing tests. I should have been using raise
to raise the errors.
Opened this issue · 0 comments
Yeah, I've learned my lesson on this. assert
is really only used for writing tests. I should have been using raise
to raise the errors.