You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pyblish.util.publish() function (and all helpers for specific CVEI stage) can take a list of targets but pyblish.util._convenience_iter() uses the global registration in the backend, which causes a bunch of issues:
The pyblish.util.publish() function (and all helpers for specific CVEI stage) can take a list of targets but pyblish.util._convenience_iter() uses the global registration in the backend, which causes a bunch of issues:
It would be nice to modify the logic so that targets explicitly passed to these functions don't get registered globally. What do you think?
The text was updated successfully, but these errors were encountered: