mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix pylint
This commit is contained in:
parent
262405b0e8
commit
eb2dad36dd
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue