mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix line length
This commit is contained in:
parent
2d73df190a
commit
5acdf2ab4f
1 changed files with 2 additions and 2 deletions
|
|
@ -490,8 +490,8 @@ class ListStrictEntity(ItemEntity):
|
|||
if log_invalid_types:
|
||||
self.log.warning(
|
||||
(
|
||||
"{} Amount of strict list items in {} values is"
|
||||
" not same as expected. Expected {} items. Got {} items. {}"
|
||||
"{} Amount of strict list items in {} values is not same"
|
||||
" as expected. Expected {} items. Got {} items. {}"
|
||||
).format(
|
||||
self.path, value_type,
|
||||
child_len, value_len, str(value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue