mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix - Nuke needs to have multiple jobs got accidentally reverted
It needs to loop through jobs to add them all.
This commit is contained in:
parent
614d600564
commit
8754345b44
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ class CreateNukeRoyalRenderJob(lib.BaseCreateRoyalRenderJob):
|
|||
for job in jobs:
|
||||
job = self.update_job_with_host_specific(instance, job)
|
||||
|
||||
instance.data["rrJobs"].append(job)
|
||||
instance.data["rrJobs"].append(job)
|
||||
|
||||
def update_job_with_host_specific(self, instance, job):
|
||||
nuke_version = re.search(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue