Skip to content

Commit

Permalink
fix: Fix update key when cache missed
Browse files Browse the repository at this point in the history
Signed-off-by: phil-park <[email protected]>
  • Loading branch information
phil-park committed Aug 29, 2023
1 parent f762ea2 commit 3ae34b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/python/feast/infra/registry/proto_registry_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def wrapper(registry_proto: RegistryProto, project: str):
return cache_value
else:
cache_value = func(registry_proto, project)
cache_key = key
return cache_value

return wrapper
Expand Down

0 comments on commit 3ae34b7

Please sign in to comment.