mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
fix 'product_name' to 'name'
This commit is contained in:
parent
a657022919
commit
f665528ee7
1 changed files with 1 additions and 1 deletions
|
|
@ -399,7 +399,7 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
|
|||
product_id = existing_product_entity["id"]
|
||||
|
||||
new_product_entity_kwargs = {
|
||||
"product_name": product_name,
|
||||
"name": product_name,
|
||||
"product_type": product_type,
|
||||
"folder_id": folder_entity["id"],
|
||||
"data": data,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue