mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Revert changes to mixins cmd, as the better place to fix this is where it is called.
This commit is contained in:
parent
365c7ffcb8
commit
5ac5426e46
@ -148,7 +148,7 @@ class SyncClientMixin(object):
|
||||
|
||||
return ret['data']['return']
|
||||
|
||||
def cmd(self, fun, arg=None, pub_data=None, **kwarg):
|
||||
def cmd(self, fun, arg=None, pub_data=None, kwarg=None):
|
||||
'''
|
||||
Execute a function
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user