mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fixed pyblish gui setup in standalone publisher
This commit is contained in:
parent
6c33cc223e
commit
5ca610941b
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ def cli_publish(data, gui=True):
|
|||
envcopy["PYBLISH_HOSTS"] = "standalonepublisher"
|
||||
envcopy["SAPUBLISH_INPATH"] = json_data_path
|
||||
envcopy["SAPUBLISH_OUTPATH"] = return_data_path
|
||||
envcopy["PYBLISH_GUI"] = "pyblish_lite"
|
||||
envcopy["PYBLISH_GUI"] = "pyblish_pype"
|
||||
|
||||
returncode = execute([
|
||||
sys.executable, "-u", "-m", "pyblish"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue