Update openpype/scripts/otio_burnin.py

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Toke Jepsen 2023-03-22 15:00:05 +00:00 committed by GitHub
parent 9eadc11941
commit 266992f93b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: {} - \"{}\""