Created
March 9, 2016 20:42
-
-
Save nategraves/3ecc33014b5e6954de17 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
good_statuses = ["approved", "audited"] | |
if creative[adx_status] not in good_statuses | |
print "adx_status failed" | |
if creative[audit_status] not in good_statuses | |
print "audit_status failed" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment