Skip to content

Commit

Permalink
Moved login printed info to package
Browse files Browse the repository at this point in the history
Moved login printed info to package
  • Loading branch information
ericdrosas87 committed Jul 3, 2024
1 parent 1005c8f commit 30ba571
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rubin/citsci/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ def login_to_zooniverse(self, email):
valid_email = self.__validate_email_address(email)

if(valid_email):
print("Loading and running utilities to establish a link with Zooniverse")
print("Enter your Zooniverse username followed by password below")
self.email = email
self.client = panoptes_client.Panoptes.connect(login="interactive")
if self.client.logged_in is True:
Expand Down

0 comments on commit 30ba571

Please sign in to comment.