mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Update openpype/scripts/otio_burnin.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
9eadc11941
commit
266992f93b
1 changed files with 1 additions and 1 deletions
|
|
@ -537,7 +537,7 @@ def burnins_from_data(
|
|||
if not value:
|
||||
continue
|
||||
|
||||
if isinstance(value, (dict, tuple)):
|
||||
if isinstance(value, dict):
|
||||
raise TypeError((
|
||||
"Expected string or number type."
|
||||
" Got: {} - \"{}\""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue