mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
deadline global plugin is using new argument "envgroup"
This commit is contained in:
parent
4de80689ed
commit
eb465b4d26
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ def inject_openpype_environment(deadlinePlugin):
|
|||
add_args['asset'] = job.GetJobEnvironmentKeyValue('AVALON_ASSET')
|
||||
add_args['task'] = job.GetJobEnvironmentKeyValue('AVALON_TASK')
|
||||
add_args['app'] = job.GetJobEnvironmentKeyValue('AVALON_APP_NAME')
|
||||
add_args["envgroup"] = "farm"
|
||||
|
||||
if all(add_args.values()):
|
||||
for key, value in add_args.items():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue