Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
savingoyal committed Feb 16, 2024
1 parent dfe468b commit ca8c485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metaflow/plugins/aws/step_functions/step_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ def _visit(node, workflow, exit_node=None):
+ [""]
)[:2]
if self.use_distributed_map
else ()
else (None, None)
)
)
.output_path("$" if self.use_distributed_map else "$.[0]")
Expand Down

0 comments on commit ca8c485

Please sign in to comment.