Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
use 'task_names' instead of 'tasks'
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Aug 31, 2022
1 parent d5f5fed commit 4ac4c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openpype/pipeline/workfile/abstract_template_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def template_path(self):
build_info["profiles"],
{
"task_types": task_type,
"tasks": task_name
"task_names": task_name
}
)

Expand Down

0 comments on commit 4ac4c67

Please sign in to comment.