Skip to content

Commit e5d6c45

Browse files
authored
Merge pull request #367 from ynput/bugfix/product-name-access
Render: Fix product name source
2 parents 43cffd0 + ee11d6f commit e5d6c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/ayon_houdini/plugins/publish/collect_local_render_instances.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def _get_product_name_and_group(
227227
if use_legacy_product_name:
228228
return _get_legacy_product_name_and_group(
229229
product_base_type,
230-
dynamic_data.get("productName"),
230+
instance.data["productName"],
231231
instance.context.data["taskEntity"]["name"],
232232
dynamic_data
233233
)

0 commit comments

Comments
 (0)