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:
Petr Kalis 2023-07-04 17:35:42 +02:00
parent 614d600564
commit 8754345b44

View file

@ -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(