pyblish / pyblish-base

Pyblish base library - see https://github.com/pyblish/pyblish for details.
Other
123 stars 60 forks source link

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

Closed jboisvertrodeofx closed 3 years ago

jboisvertrodeofx commented 3 years ago

This PR is related to a pyblish-lite PR: https://github.com/pyblish/pyblish-lite/pull/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 commented 3 years ago

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