Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ofelix03/df925041fa8f2210ac35061242defa6f to your computer and use it in GitHub Desktop.

Select an option

Save ofelix03/df925041fa8f2210ac35061242defa6f to your computer and use it in GitHub Desktop.
refactoring-simplifyin-and-merging-if-conditionals
if "internal_hold" in vals and vals["internal_hold"]:
vals["state"] = "internally_held"
else
vals["state"] = "draft"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment