mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
style cleanup
This commit is contained in:
parent
0a0818e729
commit
117a713502
@ -84,13 +84,13 @@ class ClientFuncsDict(collections.MutableMapping):
|
||||
|
||||
user = salt.utils.get_specific_user()
|
||||
return self.client._proc_function(
|
||||
key,
|
||||
low,
|
||||
user,
|
||||
async_pub['tag'], # TODO: fix
|
||||
async_pub['jid'], # TODO: fix
|
||||
False, # Don't daemonize
|
||||
)
|
||||
key,
|
||||
low,
|
||||
user,
|
||||
async_pub['tag'], # TODO: fix
|
||||
async_pub['jid'], # TODO: fix
|
||||
False, # Don't daemonize
|
||||
)
|
||||
return wrapper
|
||||
|
||||
def __len__(self):
|
||||
|
Loading…
Reference in New Issue
Block a user