mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fixed variable typo
This commit is contained in:
parent
40aa0c2f5b
commit
ed280250c4
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class ExtractBurnin(pype.api.Extractor):
|
||||||
}
|
}
|
||||||
|
|
||||||
# Add datetime data to preparation data
|
# Add datetime data to preparation data
|
||||||
datetime_data = isntance.context.data.get("datetimeData") or {}
|
datetime_data = instance.context.data.get("datetimeData") or {}
|
||||||
prep_data.update(datetime_data)
|
prep_data.update(datetime_data)
|
||||||
|
|
||||||
slate_frame_start = frame_start
|
slate_frame_start = frame_start
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue