Skip to content

Instantly share code, notes, and snippets.

@notbanker
Created June 7, 2016 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save notbanker/be9f36597f5e62bd6d4ebee18a32395d to your computer and use it in GitHub Desktop.
Save notbanker/be9f36597f5e62bd6d4ebee18a32395d to your computer and use it in GitHub Desktop.
def running_on_local():
return not running_on_domino()
def running_on_domino():
return ( domino_run_id() is not None )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment