From 1774c76d62d4013d6ef13a07396dbfd09a88c25f Mon Sep 17 00:00:00 2001 From: Ondrej Samohel Date: Wed, 14 Oct 2020 15:02:24 +0200 Subject: [PATCH] disable application launch logic --- pype/hosts/harmony/__init__.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pype/hosts/harmony/__init__.py b/pype/hosts/harmony/__init__.py index fbf5ca6f129..910b7ab6aba 100644 --- a/pype/hosts/harmony/__init__.py +++ b/pype/hosts/harmony/__init__.py @@ -155,8 +155,10 @@ def check_inventory(): def application_launch(): - ensure_scene_settings() - check_inventory() + # FIXME: manually invoked because of server <-> client problems. + # ensure_scene_settings() + # check_inventory() + pass def export_template(backdrops, nodes, filepath):