mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Pylint and style cleanup
This commit is contained in:
parent
bad5812c38
commit
8ce214c03f
@ -285,6 +285,7 @@ class AsyncClientMixin(object):
|
||||
multiprocess and fire the return data on the event bus
|
||||
'''
|
||||
salt.utils.daemonize()
|
||||
|
||||
# pack a few things into low
|
||||
low['__jid__'] = jid
|
||||
low['__user__'] = user
|
||||
|
@ -32,7 +32,6 @@ class WheelClient(mixins.SyncClientMixin, mixins.AsyncClientMixin, object):
|
||||
super(WheelClient, self).__init__(opts)
|
||||
self.functions = salt.loader.wheels(opts)
|
||||
|
||||
|
||||
# TODO: remove/deprecate
|
||||
def call_func(self, fun, **kwargs):
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user