-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugfix/201 fix some typo and correct expected return types #202
Bugfix/201 fix some typo and correct expected return types #202
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ValidateSingleFrame
has been errored out
Uploading publish-report-241224-17-57.json…
client/ayon_houdini/plugins/publish/validate_export_is_a_single_frame.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if it makes sense to let our IDEs help us out a hand in the future - and add Type Hints to the |
This will be cool! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall the change looks good - but in most cases you're not refactoring how we're formatting the node into the PublishValidationError
which means the message there will turn out worse. So we may want to make sure there that we're still formatting using the path
of the nodes.
Yup, am aware - but I have a feeling that should be 99% of the use cases of the |
what about implementing |
client/ayon_houdini/plugins/publish/validate_render_product_paths_unique.py
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changelog Description
resolve #201
Note:
get_invalid
should returnNone
or list ofhou.Node
/hou.OpNode
Testing notes: