We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b510f commit 97444bdCopy full SHA for 97444bd
salt/minion.py
@@ -3957,9 +3957,7 @@ async def _process_event(self, raw):
3957
self.syndic_mode == "sync"
3958
# Even in cluster mode we need to forward the raw event with the minions
3959
# list to determine which minions we expect to return on the master of masters.
3960
- or (
3961
- return_event and job_event and "minions" in data
3962
- )
+ or (return_event and job_event and "minions" in data)
3963
):
3964
# Add generic event aggregation here
3965
if "retcode" not in data:
0 commit comments