mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
Merge pull request #2821 from pypeclub/bugfix/OP-2612_Nuke-build-workfile-is-broken
This commit is contained in:
commit
6a261bf9ce
1 changed files with 1 additions and 1 deletions
|
|
@ -952,7 +952,7 @@ class BuildWorkfile:
|
|||
Returns:
|
||||
(dict): preset per entered task name
|
||||
"""
|
||||
host_name = avalon.api.registered_host().__name__.rsplit(".", 1)[-1]
|
||||
host_name = os.environ["AVALON_APP"]
|
||||
project_settings = get_project_settings(
|
||||
avalon.io.Session["AVALON_PROJECT"]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue