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

Plug in Synapse login as part of project initialization #7

Open
hafen opened this issue Feb 27, 2019 · 0 comments
Open

Plug in Synapse login as part of project initialization #7

hafen opened this issue Feb 27, 2019 · 0 comments

Comments

@hafen
Copy link
Member

hafen commented Feb 27, 2019

It would be very convenient not to have to add the lines

import synapseclient
syn = synapseclient.Synapse()
syn.login()

to the top of every analysis script, but instead have this called whenever a project is loaded, handling the case where it's the first time a user has logged in and therefore might need to be interactively prompted for their username and password.

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

No branches or pull requests

1 participant