mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix(burnins): wrong name of variable
This commit is contained in:
parent
9e0ca463bd
commit
4618fa6d12
1 changed files with 1 additions and 1 deletions
|
|
@ -329,7 +329,7 @@ def burnins_from_data(input_path, output_path, data, overwrite=True):
|
|||
return
|
||||
text = preset['text'].format(**data)
|
||||
burnin.add_text(text, align)
|
||||
elif bi_fun == "datetime":
|
||||
elif bi_func == "datetime":
|
||||
date_format = preset["format"]
|
||||
burnin.add_datetime(date_format, align)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue