mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 09:56:28 +03:00
fix project_init for relative path
This commit is contained in:
parent
1176783310
commit
7e4cbda89a
|
@ -284,8 +284,8 @@ def project_init(
|
||||||
# opt-in explicitly. If they want it, they can always enable it.
|
# opt-in explicitly. If they want it, they can always enable it.
|
||||||
if not analytics:
|
if not analytics:
|
||||||
run_command(["dvc", "config", "core.analytics", "false"])
|
run_command(["dvc", "config", "core.analytics", "false"])
|
||||||
config = load_project_config(project_dir)
|
config = load_project_config(project_dir)
|
||||||
setup_check_dvc(project_dir, config)
|
setup_check_dvc(project_dir, config)
|
||||||
|
|
||||||
|
|
||||||
def project_assets(project_dir: Path) -> None:
|
def project_assets(project_dir: Path) -> None:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user