mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
hound & docstring tweak
This commit is contained in:
parent
ce80ca2397
commit
3218b8064c
1 changed files with 3 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ class ValidateAttributes(OptionalPyblishPluginMixin,
|
|||
"separateAovFiles" : True
|
||||
}
|
||||
"renderers.production":{
|
||||
"PrimaryGIEngine": "#RS_GIENGINE_BRUTE_FORCE",
|
||||
"PrimaryGIEngine": "#RS_GIENGINE_BRUTE_FORCE"
|
||||
}
|
||||
....
|
||||
}
|
||||
|
|
@ -79,7 +79,8 @@ class ValidateAttributes(OptionalPyblishPluginMixin,
|
|||
for property_name, value in required_properties.items():
|
||||
if not has_property(object_name, property_name):
|
||||
cls.log.error(
|
||||
f"Non-existing property: {object_name}.{property_name}")
|
||||
"Non-existing property: "
|
||||
f"{object_name}.{property_name}")
|
||||
invalid.append((object_name, property_name))
|
||||
|
||||
if not is_matching_value(object_name, property_name, value):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue