mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Style cleanup
This commit is contained in:
parent
3e531e706e
commit
f835dd587c
@ -1011,7 +1011,8 @@ class Minion(MinionBase):
|
||||
)
|
||||
else:
|
||||
process = threading.Thread(
|
||||
target=target, args=(instance, self.opts, data),
|
||||
target=target,
|
||||
args=(instance, self.opts, data),
|
||||
name=data['jid']
|
||||
)
|
||||
process.start()
|
||||
|
Loading…
Reference in New Issue
Block a user