use correct variable for product name

This commit is contained in:
Jakub Trllo 2024-04-10 11:19:43 +02:00
parent b3d7a233e4
commit 09e1779586

View file

@ -293,7 +293,7 @@ class PrecollectInstances(pyblish.api.ContextPlugin):
label += " {}".format(product_name)
data.update({
"name": "{}_{}".format(folder_path, subset),
"name": "{}_{}".format(folder_path, product_name),
"label": label,
"productName": product_name,
"productType": product_type,