mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Backporting PR #24777 to 2014.7 branch
This commit is contained in:
parent
59db24602f
commit
c53b0d9a22
@ -170,7 +170,8 @@ class Batch(object):
|
||||
parts[minion]['ret'] = {}
|
||||
|
||||
for minion, data in parts.items():
|
||||
active.remove(minion)
|
||||
if minion in active:
|
||||
active.remove(minion)
|
||||
if self.opts.get('raw'):
|
||||
yield data
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user