mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
run the UI by adding sys path and skipping bootstrap
This commit is contained in:
parent
54f22696a9
commit
909e88baa7
1 changed files with 5 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue