mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Backporting PR #24777 to 2014.7 branch
This commit is contained in:
parent
59db24602f
commit
c53b0d9a22
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue