mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Py3 compat: Force minions to be a list for local serialized caches
This commit is contained in:
parent
bd6efd18b1
commit
0fe5c90a05
1 changed files with 1 additions and 0 deletions
|
@ -239,6 +239,7 @@ def save_minions(jid, minions, syndic_id=None):
|
|||
'''
|
||||
Save/update the serialized list of minions for a given job
|
||||
'''
|
||||
minions = list(minions)
|
||||
log.debug(
|
||||
'Adding minions for job %s%s: %s',
|
||||
jid,
|
||||
|
|
Loading…
Add table
Reference in a new issue