Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FayazRahman committed May 2, 2023
1 parent 45879dd commit 970cf3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeplake/util/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def storage_provider_from_hub_path(
# this will give the proper url (s3, gcs, etc) and corresponding creds, depending on where the dataset is stored.
try:
url, final_creds, mode, expiration, repo = client.get_dataset_credentials(
org_id, ds_name, mode=mode, db_egnine={"enabled": db_engine}
org_id, ds_name, mode=mode, db_engine={"enabled": db_engine}
)
except AgreementNotAcceptedError as e:
handle_dataset_agreements(client, e.agreements, org_id, ds_name)
Expand Down

0 comments on commit 970cf3c

Please sign in to comment.