Add comment

This commit is contained in:
Mike Place 2017-02-25 19:34:39 -07:00 committed by GitHub
parent 0fe5c90a05
commit b02ef984f7

View file

@ -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,