diff --git a/client/ayon_core/hosts/houdini/plugins/publish/collect_local_render_instances.py b/client/ayon_core/hosts/houdini/plugins/publish/collect_local_render_instances.py index 04dfefd009..39f6f4c470 100644 --- a/client/ayon_core/hosts/houdini/plugins/publish/collect_local_render_instances.py +++ b/client/ayon_core/hosts/houdini/plugins/publish/collect_local_render_instances.py @@ -64,6 +64,8 @@ class CollectLocalRenderInstances(pyblish.api.InstancePlugin): expectedFiles = next(iter(instance.data["expectedFiles"]), {}) product_type = "render" # is always render + # TODO: Match the value of product_group with the value of + # group_name in farm pyblish functions. product_group = get_product_name( context.data["projectName"], context.data["taskEntity"]["name"],