Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Harmony: Disable application launch logic #637

Merged
merged 1 commit into from
Oct 14, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions pype/hosts/harmony/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down