mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
hound fix
This commit is contained in:
parent
3c64fd3b74
commit
5da6e4b8d0
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ def main():
|
|||
project_doc = get_project(project_name)
|
||||
template_data = get_template_data(project_doc, asset_doc)
|
||||
template_data["root"] = anatomy.roots
|
||||
template_data["task"] = {"name":task_name}
|
||||
template_data["task"] = {"name": task_name}
|
||||
|
||||
padding = int(
|
||||
anatomy.templates["render"]["frame_padding"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue