mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add comment
This commit is contained in:
parent
0fe5c90a05
commit
b02ef984f7
1 changed files with 2 additions and 0 deletions
|
@ -239,7 +239,9 @@ def save_minions(jid, minions, syndic_id=None):
|
|||
'''
|
||||
Save/update the serialized list of minions for a given job
|
||||
'''
|
||||
# Ensure we have a list for Python 3 compatability
|
||||
minions = list(minions)
|
||||
|
||||
log.debug(
|
||||
'Adding minions for job %s%s: %s',
|
||||
jid,
|
||||
|
|
Loading…
Add table
Reference in a new issue