This commit is contained in:
Paul O'Leary McCann 2022-09-12 14:45:25 +09:00
parent df53e964d2
commit 0b6f0643eb

View File

@ -147,6 +147,7 @@ def run_dvc_commands(
dvc_command = ["dvc", *c]
# Add the flags if they are set to True
for flag, is_active in flags.items():
if is_active:
dvc_command.append(flag)
run_command(dvc_command)