Skip to content

Commit

Permalink
try to auth so we can gsutilc cp
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Dec 13, 2024
1 parent 22334ec commit a102049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/firecloud_api/firecloud_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def main(self):
if auth_list:
logging.info("Authenticated accounts:")
for account in auth_list:
logging.info(f"Account: {account['account']}, Active: {account['active']}")
logging.info(f"Account: {account['account']}, Active: {account['status']}")
else:
logging.error("Failed to retrieve gcloud authentication list.")

Expand Down Expand Up @@ -370,7 +370,7 @@ def main(self):
if auth_list:
logging.info("Authenticated accounts:")
for account in auth_list:
logging.info(f"Account: {account['account']}, Active: {account['active']}")
logging.info(f"Account: {account['account']}, Active: {account['status']}")
else:
logging.error("Failed to retrieve gcloud authentication list.")

Expand Down

0 comments on commit a102049

Please sign in to comment.