Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow credential checking #100

Merged
merged 3 commits into from
Apr 19, 2018
Merged

Conversation

martindurant
Copy link
Member

Fixes #99

gcsfs/core.py Outdated
@@ -415,7 +423,10 @@ def connect(self, method=None):
for meth in ['google_default', 'cache', 'cloud', 'anon']:
try:
self.connect(method=meth)
if self.check_credentials and method != 'anon':
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

method -> meth

@bnaul
Copy link
Contributor

bnaul commented Apr 19, 2018

👍 w/ the above change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants