From 2e206476ca47268358dfd0aeaebe5996659e256a Mon Sep 17 00:00:00 2001 From: Jakub Trllo Date: Wed, 7 Feb 2024 16:57:22 +0100 Subject: [PATCH] check for 'AYON_REMOTE_PUBLISH' --- client/ayon_core/pipeline/context_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ayon_core/pipeline/context_tools.py b/client/ayon_core/pipeline/context_tools.py index 9773da2529..3f11aacab7 100644 --- a/client/ayon_core/pipeline/context_tools.py +++ b/client/ayon_core/pipeline/context_tools.py @@ -146,7 +146,7 @@ def install_host(host): MessageHandler.emit = modified_emit - if os.environ.get("OPENPYPE_REMOTE_PUBLISH"): + if os.environ.get("AYON_REMOTE_PUBLISH"): # target "farm" == rendering on farm, expects OPENPYPE_PUBLISH_DATA # target "remote" == remote execution, installs host print("Registering pyblish target: remote")