Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Aug 4, 2024
1 parent de39038 commit 51f3fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcor_shared/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def get_s3():
"dcor_object_store.secret_access_key"),
)
ssl_verify = ckan_common.config.get("dcor_object_store.ssl_verify")
if isinstance("ssl_verify", str):
if isinstance(ssl_verify, str):
# additional check (in case CKAN did not convert to bool)
ssl_verify = ssl_verify.lower() == "true"
s3_client = s3_session.client(
Expand Down

0 comments on commit 51f3fd9

Please sign in to comment.