mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-04 13:40:34 +03:00
Fix git assets
This commit is contained in:
parent
eb3f6a4cb5
commit
b26f47b19d
|
@ -59,7 +59,7 @@ def project_assets(project_dir: Path) -> None:
|
||||||
asset["git"]["repo"],
|
asset["git"]["repo"],
|
||||||
asset["git"]["path"],
|
asset["git"]["path"],
|
||||||
dest,
|
dest,
|
||||||
branch=asset["git"].get("branch", "HEAD"),
|
branch=asset["git"].get("branch"),
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
url = asset.get("url")
|
url = asset.get("url")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user