From e899dd05f36173435348f520d6d8229d8f71b937 Mon Sep 17 00:00:00 2001 From: Petr Kalis Date: Wed, 29 May 2024 16:29:14 +0200 Subject: [PATCH] AY-5539 - changed value from Settings --- client/ayon_core/tools/publisher/control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ayon_core/tools/publisher/control.py b/client/ayon_core/tools/publisher/control.py index 9b12b3c318..08229ae7f4 100644 --- a/client/ayon_core/tools/publisher/control.py +++ b/client/ayon_core/tools/publisher/control.py @@ -1891,7 +1891,7 @@ class PublisherController(BasePublisherController): filtering_criteria = { "task_names": task_name, "task_types": task_type, - "hosts": host_name + "host_names": host_name } profile = filter_profiles( filter_creator_profiles,