Skip to content

Commit

Permalink
return ess path correctly from cache
Browse files Browse the repository at this point in the history
  • Loading branch information
leondutoit committed May 3, 2024
1 parent 4ba68fa commit e8bf610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsdfileapi/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def find_tenant_storage_path(
},
}
opts.tenant_storage_cache = cache.copy()
out = opts.tenant_storage_cache["storage_paths"]["ess"]
out = opts.tenant_storage_cache[tenant]["storage_paths"]["ess"]
return out


Expand Down

0 comments on commit e8bf610

Please sign in to comment.