mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Update type error message
This commit is contained in:
parent
20a0028e80
commit
4f334a1f80
1 changed files with 1 additions and 1 deletions
|
|
@ -539,7 +539,7 @@ def burnins_from_data(
|
|||
|
||||
if isinstance(value, dict):
|
||||
raise TypeError((
|
||||
"Expected string or number type."
|
||||
"Expected string, number or list type."
|
||||
" Got: {} - \"{}\""
|
||||
" (Make sure you have new burnin presets)."
|
||||
).format(str(type(value)), str(value)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue