run the UI by adding sys path and skipping bootstrap

This commit is contained in:
Jakub Trllo 2024-07-17 15:28:09 +02:00
parent 54f22696a9
commit 909e88baa7

View file

@ -51,8 +51,11 @@ def _handle_error(
try:
run_ayon_launcher_process(
"run", script_path, tmp_path,
creationflags=0
"--skip-bootstrap",
script_path,
tmp_path,
add_sys_paths=True,
creationflags=0,
)
finally: