Skip to content

Commit

Permalink
update to local meta structure
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelizimm committed Nov 4, 2022
1 parent f8f8632 commit 0c15d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vetiver/vetiver_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def from_pin(cls, board, name: str, version: str = None):
metadata=_model_meta(
user=meta.user,
version=meta.version.version,
url=meta.user.get("url"), # None all the time, besides Connect
url=meta.local.get("url"), # None all the time, besides Connect
required_pkgs=meta.user.get("required_pkgs"),
),
ptype_data=json.loads(meta.user.get("ptype"))
Expand Down

0 comments on commit 0c15d42

Please sign in to comment.