we know that type key is available on workdir data

This commit is contained in:
iLLiCiTiT 2021-11-04 15:23:22 +01:00
parent 789e13b1a5
commit 73ead413a2

View file

@ -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)