mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
don't expect task id to be filled
This commit is contained in:
parent
5d854115b8
commit
21d7dd3080
1 changed files with 1 additions and 1 deletions
|
|
@ -239,7 +239,7 @@ class IntegrateHeroVersion(pyblish.api.InstancePlugin):
|
|||
new_hero_version = new_version_entity(
|
||||
- src_version_entity["version"],
|
||||
src_version_entity["productId"],
|
||||
task_id=src_version_entity["taskId"],
|
||||
task_id=src_version_entity.get("taskId"),
|
||||
data=copy.deepcopy(src_version_entity["data"]),
|
||||
attribs=copy.deepcopy(src_version_entity["attrib"]),
|
||||
entity_id=entity_id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue