mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fixed arguments in brunin script
This commit is contained in:
parent
0fb7032e73
commit
498e9ab6e5
1 changed files with 2 additions and 2 deletions
|
|
@ -526,6 +526,6 @@ if __name__ == "__main__":
|
|||
in_data["output"],
|
||||
in_data["burnin_data"],
|
||||
codec_data=in_data.get("codec"),
|
||||
options=in_data.get("optios"),
|
||||
values=in_data.get("values")
|
||||
options=in_data.get("options"),
|
||||
burnin_values=in_data.get("values")
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue