From 85c5fac7b9629f32ef8ec018188a6d7715568b79 Mon Sep 17 00:00:00 2001 From: jakubjezek001 Date: Fri, 14 Nov 2025 16:50:05 +0100 Subject: [PATCH] no need to specify hosts in plugin where only `shot` product type is defined. This is only used inside of any editorial or csv ingest --- client/ayon_core/plugins/publish/collect_hierarchy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/client/ayon_core/plugins/publish/collect_hierarchy.py b/client/ayon_core/plugins/publish/collect_hierarchy.py index 56b48c37f6..8a7e32f4e4 100644 --- a/client/ayon_core/plugins/publish/collect_hierarchy.py +++ b/client/ayon_core/plugins/publish/collect_hierarchy.py @@ -13,7 +13,6 @@ class CollectHierarchy(pyblish.api.ContextPlugin): label = "Collect Hierarchy" order = pyblish.api.CollectorOrder - 0.076 - hosts = ["resolve", "hiero", "flame", "traypublisher"] def process(self, context): project_name = context.data["projectName"]