mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 14:22:37 +01:00
Disable aux files for now since it's not supported by Deadline Webservice
This commit is contained in:
parent
a7293f2a4f
commit
91a3d8494b
1 changed files with 2 additions and 1 deletions
|
|
@ -419,8 +419,9 @@ class MayaSubmitDeadline(abstract_submit_deadline.AbstractSubmitDeadline):
|
|||
payload = self.assemble_payload(
|
||||
job_info=frame_assembly_job_info,
|
||||
plugin_info=assembly_plugin_info.copy(),
|
||||
# todo: aux file transfers don't work with deadline webservice
|
||||
# add config file as job auxFile
|
||||
aux_files=[config_file]
|
||||
# aux_files=[config_file]
|
||||
)
|
||||
assembly_payloads.append(payload)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue