ASP: replace assert by raising an exception
assert is only evaluated if __debug__ is True and should not be used to check for conditions. Will-fix: #15838
Showing
pythonlib @ 63bf95c0
Please register or sign in to comment