mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #24778 from nmadhok/backport-2015.2-24777
Backporting PR #24777 to 2015.2 branch
This commit is contained in:
commit
39f088a74c
1 changed files with 2 additions and 1 deletions
|
@ -176,7 +176,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