Skip to content

Commit

Permalink
add project env var
Browse files Browse the repository at this point in the history
  • Loading branch information
lruizcalico committed Sep 20, 2023
1 parent d1f7c01 commit ec4a873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/baskerville/helpers/gcs_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
project = os.environ["PROJECT_ID"]
try:
# Attempt to infer credentials from environment
storage_client = Client()
storage_client = Client(project)
logger.info("Inferred credentials from environment")
except DefaultCredentialsError:
try:
Expand Down

0 comments on commit ec4a873

Please sign in to comment.