Skip to content

Commit

Permalink
Update client/ayon_deadline/abstract_submit_deadline.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy authored Jan 22, 2025
1 parent 3d3b7cc commit 87ea02c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/ayon_deadline/abstract_submit_deadline.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ def _set_scene_path(self, current_file, use_published):
def _append_job_output_paths(self, instance, job_info):
"""Set output part to Job info
'expectedFiles' might be remapped after `_set_scene_path`
Note: 'expectedFiles' might be remapped after `_set_scene_path`
due to remapping workfile to published workfile.
Used in JobOutput > Explore output
"""
collections, remainder = clique.assemble(
Expand Down

0 comments on commit 87ea02c

Please sign in to comment.