Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudw committed Sep 26, 2024
1 parent 93310c6 commit bf883cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metaflow/plugins/aip/aip_metaflow_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ def aip_metaflow_step(
f.write(str(values[idx]))

# Write card manifest (html) to Argo output artifact path.
if skip_card_artifacts:
if not skip_card_artifacts:
_write_card_artifacts(
flow_name,
step_name,
Expand Down

0 comments on commit bf883cc

Please sign in to comment.