Created
June 29, 2012 10:15
-
-
Save justinvdm/3017088 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
self.graphite_url = self.DEFAULT_GRAPHITE_URL \ | |
if graphite_url is None else graphite_url | |
if graphite_url is None: | |
self.graphite_url = self.DEFAULT_GRAPHITE_URL | |
else | |
self.graphite_url = graphite_url |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment