Skip to content

Commit

Permalink
Merge pull request #116 from ynput/enhancement/pass-local-settings
Browse files Browse the repository at this point in the history
Chore: Pass local settings argument to submit job
  • Loading branch information
iLLiCiTiT authored Jan 24, 2025
2 parents 93a375c + ec7baae commit 1bee2da
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion client/ayon_deadline/addon.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,11 @@ def submit_ayon_plugin_job(
"SingleFrameOnly": "True" if single_frame_only else "False",
}
return self.submit_job(
server_name, plugin_info, job_info, aux_files
server_name,
plugin_info,
job_info,
aux_files,
local_settings=local_settings
)

def get_deadline_server_connection_info(
Expand Down

0 comments on commit 1bee2da

Please sign in to comment.