Merge pull request #1584 from ynput/bugfix/fix-kwarg-for-product-name

This commit is contained in:
Roy Nieterau 2025-12-06 22:08:51 +01:00 committed by GitHub
commit abc08e63c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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