Skip to content

Commit

Permalink
Avoid GCE checking if env var is set to True + typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronwinter committed Jan 9, 2015
1 parent aec4d81 commit 034a9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oauth2client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@

DEFAULT_ENV_NAME = 'UNKNOWN'

# If set to True will avoid Google Cloud Engine checking
# If set to True _get_environment avoid GCE check (_detect_gce_environment)
NO_GCE_CHECK = False

class SETTINGS(object):
Expand Down

0 comments on commit 034a9a0

Please sign in to comment.