Merge pull request #457 from fabiaserra/bugfix/task_deadline

Add `task` to skeleton instance passed to Deadline
This commit is contained in:
Ondřej Samohel 2024-04-30 14:48:57 +02:00 committed by GitHub
commit 7fc6589871
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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