mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
debug message
This commit is contained in:
parent
33a21674c5
commit
ce80ca2397
1 changed files with 2 additions and 0 deletions
|
|
@ -72,6 +72,8 @@ class ValidateAttributes(OptionalPyblishPluginMixin,
|
|||
if not rt.Execute(f"isValidValue {object_name}"):
|
||||
# Skip checking if the node does not
|
||||
# exist in MaxWrapper Class
|
||||
cls.log.debug(f"Unable to find '{object_name}'."
|
||||
f" Skipping validation of attributes")
|
||||
continue
|
||||
|
||||
for property_name, value in required_properties.items():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue