Skip to content

Commit

Permalink
Cache.update passes attrs to search
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Sep 13, 2024
1 parent 4db6b9f commit 03eadf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cache_manager/_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -1079,6 +1079,7 @@ def update(
newer_than=newer_than,
older_than=older_than,
key=key,
attrs=attrs,
)

update = update or {}
Expand Down

0 comments on commit 03eadf2

Please sign in to comment.