Skip to content

Commit

Permalink
Merge pull request #2414 from camptocamp/backport/2413-to-master
Browse files Browse the repository at this point in the history
[Backport master] Fix container client argument name
  • Loading branch information
sbrunner authored Jul 5, 2024
2 parents 4fc8884 + e7fc382 commit f4a7499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tilecloud_chain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ def get_store(
cache_tilestore = AzureStorageBlobTileStore(
tilelayout=layout,
cache_control=cache_azure.get("cache_control"),
client=get_azure_container_client(cache_azure["container"]),
container_client=get_azure_container_client(cache_azure["container"]),
)
elif cache["type"] == "mbtiles":
metadata = {}
Expand Down

0 comments on commit f4a7499

Please sign in to comment.