From 730ed828d16aaa6127522a77c5679c5cb2ced2cc Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 15 Jun 2021 15:14:28 +0200 Subject: [PATCH] OpenPypePyblishPluginMixin has executable_in_thread attribute --- openpype/pipeline/publish_plugins.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openpype/pipeline/publish_plugins.py b/openpype/pipeline/publish_plugins.py index ed9a72100f..1027a5e20f 100644 --- a/openpype/pipeline/publish_plugins.py +++ b/openpype/pipeline/publish_plugins.py @@ -8,6 +8,7 @@ log = Logger.get_logger(__name__) class OpenPypePyblishPluginMixin: + executable_in_thread = False @classmethod def get_family_attribute_defs(cls, family):