mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
lowercase invalid msg for the condition of not is_maching_value function
This commit is contained in:
parent
009cda0052
commit
ad0b941475
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ class ValidateAttributes(OptionalPyblishPluginMixin,
|
|||
if not is_matching_value(object_name, property_name, value):
|
||||
cls.log.error(
|
||||
f"Invalid value for: {object_name}.{property_name}"
|
||||
f" Should be: {value}")
|
||||
f" should be: {value}")
|
||||
invalid.append((object_name, property_name))
|
||||
|
||||
return invalid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue