mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
parent
7307bcb88e
commit
f704df90bc
@ -165,7 +165,8 @@ class Batch(object):
|
||||
else:
|
||||
parts.update(part)
|
||||
for id in part.keys():
|
||||
minion_tracker[queue]['minions'].remove(id)
|
||||
if id in minion_tracker[queue]['minions']:
|
||||
minion_tracker[queue]['minions'].remove(id)
|
||||
except StopIteration:
|
||||
# if a iterator is done:
|
||||
# - set it to inactive
|
||||
|
Loading…
Reference in New Issue
Block a user