Skip to content

Commit

Permalink
Map/setup exec (#2898)
Browse files Browse the repository at this point in the history
Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
Signed-off-by: Katrina Rogan <katroganGH@gmail.com>
  • Loading branch information
wild-endeavor authored and katrogan committed Nov 15, 2024
1 parent ed224d7 commit 0165130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytekit/bin/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ def _execute_map_task(
raise ValueError(f"Resolver args cannot be <1, got {resolver_args}")

with setup_execution(
raw_output_data_prefix, checkpoint_path, prev_checkpoint, dynamic_addl_distro, dynamic_dest_dir
raw_output_data_prefix, output_prefix, checkpoint_path, prev_checkpoint, dynamic_addl_distro, dynamic_dest_dir
) as ctx:
working_dir = os.getcwd()
if all(os.path.realpath(path) != working_dir for path in sys.path):
Expand Down

0 comments on commit 0165130

Please sign in to comment.