Skip to content

Commit bf883cc

Browse files
committed
bugfix
1 parent 93310c6 commit bf883cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metaflow/plugins/aip/aip_metaflow_step.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ def aip_metaflow_step(
454454
f.write(str(values[idx]))
455455

456456
# Write card manifest (html) to Argo output artifact path.
457-
if skip_card_artifacts:
457+
if not skip_card_artifacts:
458458
_write_card_artifacts(
459459
flow_name,
460460
step_name,

0 commit comments

Comments
 (0)