-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I noticed some assert statements in wod.py specifically:
assert statements are not checked if __debug__ is set to False. While the default for __debug__ is True, this may not always be the case. See:
https://docs.python.org/2/reference/simple_stmts.html#assert
These should probably be replaced with actual if then raise statements.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels