Skip to content

Commit

Permalink
Emit pluginProcessedContext to include the context
Browse files Browse the repository at this point in the history
TODO: This is likely better changed inside `pyblish.plugin.process` in the `pyblish` repo for the default `pluginProcessed` signature
  • Loading branch information
BigRoy committed Dec 28, 2023
1 parent 36d1aff commit 8134fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openpype/tools/publisher/control.py
Expand Up @@ -2501,7 +2501,7 @@ def _process_and_continue(self, plugin, instance):
plugin, self._publish_context, instance
)
pyblish.api.emit(
"pluginProcessed",
"pluginProcessedContext",
context=self._publish_context,
result=result,
)
Expand Down

0 comments on commit 8134fa3

Please sign in to comment.