Skip to content

Commit

Permalink
fix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Aug 26, 2024
1 parent 105fc1f commit 5f57309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dandi_s3_log_parser/_map_binned_s3_logs_to_dandisets.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ def map_binned_s3_logs_to_dandisets(
ip_hash_not_in_services=ip_hash_not_in_services,
)

_save_ip_hash_cache(ip_hash_to_region, name="region")
_save_ip_hash_cache(ip_hash_not_in_services, name="services")
_save_ip_hash_cache(name="region", ip_cache=ip_hash_to_region)
_save_ip_hash_cache(name="services", ip_cache=ip_hash_not_in_services)

return None

Expand Down

0 comments on commit 5f57309

Please sign in to comment.