fix pylint

This commit is contained in:
Daniel Wallace 2017-12-19 09:02:30 -07:00
parent 262405b0e8
commit eb2dad36dd
No known key found for this signature in database
GPG key ID: 5FA5E5544F010D48

View file

@ -2034,7 +2034,7 @@ class ClearFuncs(object):
ssh_minions = ssh._prep_ssh(**load).targets.keys()
if ssh_minions:
minions.extend(ssh_minions)
threading.Thread(target=ssh.cmd, kwargs=clear_load).start()
threading.Thread(target=ssh.cmd, kwargs=load).start()
return minions
def _prep_pub(self, minions, jid, clear_load, extra, missing):