stdout callback first comment (#84533)

so we know its a rule, not just implementation accident
pull/84587/head
Brian Coca 11 months ago committed by GitHub
parent 3b6d086f5e
commit df7e1befb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -414,6 +414,7 @@ class TaskQueueManager:
@lock_decorator(attr='_callback_lock')
def send_callback(self, method_name, *args, **kwargs):
# We always send events to stdout callback first, rest should follow config order
for callback_plugin in [self._stdout_callback] + self._callback_plugins:
# a plugin that set self.disabled to True will not be called
# see osx_say.py example for such a plugin

Loading…
Cancel
Save