Skip to content

Instantly share code, notes, and snippets.

@nategraves
Created March 9, 2016 20:42
Show Gist options
  • Save nategraves/3ecc33014b5e6954de17 to your computer and use it in GitHub Desktop.
Save nategraves/3ecc33014b5e6954de17 to your computer and use it in GitHub Desktop.
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