Skip to content

Commit

Permalink
fix: pass in missing os_env_vars variable
Browse files Browse the repository at this point in the history
Signed-off-by: amzn-mike <[email protected]>
  • Loading branch information
amzn-mike committed Nov 17, 2023
1 parent 8906b1a commit 32dbbde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/deadline_worker_agent/sessions/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -848,6 +848,7 @@ def progress_handler(job_upload_status: ProgressReportMetadata) -> bool:
storage_profiles_path_mapping_rules=storage_profiles_path_mapping_rules_dict,
step_dependencies=step_dependencies,
on_downloading_files=progress_handler,
os_env_vars=self._env,
)

ASSET_SYNC_LOGGER.info(
Expand Down

0 comments on commit 32dbbde

Please sign in to comment.