mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 06:12:19 +01:00
we know that type key is available on workdir data
This commit is contained in:
parent
789e13b1a5
commit
73ead413a2
1 changed files with 2 additions and 2 deletions
|
|
@ -542,9 +542,9 @@ def get_workdir_with_workdir_data(
|
|||
|
||||
if not template_key:
|
||||
template_key = get_workfile_template_key(
|
||||
workdir_data["task"].get("type"),
|
||||
workdir_data["task"]["type"],
|
||||
workdir_data["app"],
|
||||
project_name=workdir_data["project"]["name"],
|
||||
project_name=workdir_data["project"]["name"]
|
||||
)
|
||||
|
||||
anatomy_filled = anatomy.format(workdir_data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue