Created
June 7, 2016 15:52
-
-
Save notbanker/be9f36597f5e62bd6d4ebee18a32395d to your computer and use it in GitHub Desktop.
This file contains 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
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