mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix host/group name
This commit is contained in:
parent
9e73e30ddb
commit
a2a94886a4
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ class CopyTemplateWorkfile(PreLaunchHook):
|
|||
task_name = self.data["task_name"]
|
||||
|
||||
project_settings = get_project_settings(project_name)
|
||||
host_settings = project_settings[self.application.group.name]
|
||||
host_settings = project_settings[self.application.host_name]
|
||||
|
||||
workfile_builder_settings = host_settings.get("workfile_builder")
|
||||
if not workfile_builder_settings:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue