Skip to content

Commit

Permalink
Merge pull request #217 from tgenin/fix-logging-typo
Browse files Browse the repository at this point in the history
Fix logging typo
  • Loading branch information
antoinejeannot authored Jun 6, 2024
2 parents 6509aee + 51deb4f commit 454454c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modelkit/assets/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def fetch_asset(
"Fetched asset",
name=spec.name,
version=spec.version,
from_cacke=asset_info.get("from_cache"),
from_cache=asset_info.get("from_cache"),
)

if not return_info:
Expand Down

0 comments on commit 454454c

Please sign in to comment.