OP-2414 - updated logic for kwargs

Moved from execute to applications
This commit is contained in:
Petr Kalis 2022-02-09 14:42:08 +01:00
parent e123c67c9d
commit 8bc173a9c2
4 changed files with 37 additions and 36 deletions

View file

@ -4,7 +4,7 @@ from openpype.lib import (
PreLaunchHook,
get_openpype_execute_args
)
from openpype.lib.execute import get_non_python_host_kwargs
from openpype.lib.applications import get_non_python_host_kwargs
from openpype import PACKAGE_DIR as OPENPYPE_DIR