mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix batching of publish job
This commit is contained in:
parent
0ad2e216d4
commit
a10bf73c72
1 changed files with 2 additions and 1 deletions
|
|
@ -240,7 +240,8 @@ class CreatePublishRoyalRenderJob(InstancePlugin):
|
|||
ImagePreNumberLetter="",
|
||||
SceneOS=get_rr_platform(),
|
||||
rrEnvList=environment.serialize(),
|
||||
Priority=priority
|
||||
Priority=priority,
|
||||
CompanyProjectName=instance.context.data["projectName"]
|
||||
)
|
||||
|
||||
# add assembly jobs as dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue