
As noted in OSSN-0048, the use of assert to enforce runtime checks is invalid. Assert should only be used for debug level checks. http://lists.openstack.org/pipermail/openstack/2015-April/012475.html This change adds a new category of checks that can run on Assert AST nodes. Change-Id: I601d4d9a8d013c63e93dcbe7aa048e6ef87f2616
2 lines
12 B
Python
2 lines
12 B
Python
assert True
|