mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #457 from fabiaserra/bugfix/task_deadline
Add `task` to skeleton instance passed to Deadline
This commit is contained in:
commit
7fc6589871
1 changed files with 1 additions and 0 deletions
|
|
@ -225,6 +225,7 @@ def create_skeleton_instance(
|
|||
instance_skeleton_data = {
|
||||
"productType": product_type,
|
||||
"productName": data["productName"],
|
||||
"task": data["task"],
|
||||
"families": families,
|
||||
"folderPath": data["folderPath"],
|
||||
"frameStart": time_data.start,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue