Skip to content
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

Add "warning" and "failedOrWarning" action types #370

Merged
merged 1 commit into from
Dec 2, 2020

Conversation

jboisvertrodeofx
Copy link
Contributor

This PR is related to a pyblish-lite PR: pyblish/pyblish-lite#116

This basically adds support for having actions on plugins that were processed with a warning instead of an error. The existing "failed" action type being reserved for plugins that were processed with errors, a new "warning" action type has been added for those processed with warnings, and another "failedOrWarning" was added to handle both cases in a single action.

@mottosso
Copy link
Member

mottosso commented Dec 1, 2020

Awesome :) Just gotta let those tests finish, then it's all-day merge-Tuesday.

@mottosso mottosso merged commit 3d3797c into pyblish:master Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants