mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge branch 'feature/OP-3278_camera-focal-length' of https://github.com/tokejepsen/pype into feature/OP-3278_camera-focal-length
This commit is contained in:
commit
20a0028e80
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