mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-08 06:04:57 +03:00
Fix dvc
This commit is contained in:
parent
df53e964d2
commit
0b6f0643eb
|
@ -147,7 +147,8 @@ def run_dvc_commands(
|
||||||
dvc_command = ["dvc", *c]
|
dvc_command = ["dvc", *c]
|
||||||
# Add the flags if they are set to True
|
# Add the flags if they are set to True
|
||||||
for flag, is_active in flags.items():
|
for flag, is_active in flags.items():
|
||||||
dvc_command.append(flag)
|
if is_active:
|
||||||
|
dvc_command.append(flag)
|
||||||
run_command(dvc_command)
|
run_command(dvc_command)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user