Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions flytekit/bin/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,7 @@ def fast_execute_task_cmd(additional_distribution: str, dest_dir: str, task_exec
if additional_distribution is not None:
if not dest_dir:
dest_dir = os.getcwd()
os.makedirs(dest_dir, exist_ok=True)
_download_distribution(additional_distribution, dest_dir)

# Insert the call to fast before the unbounded resolver args
Expand Down