mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Merge pull request #14997 from rallytime/api_wheel_fix
Change self.wheelclient.w_funcs to self.wheelclient.functions
This commit is contained in:
commit
ebfdb1ecb5
@ -223,7 +223,7 @@ class APIClient(object):
|
|||||||
client = parts[0]
|
client = parts[0]
|
||||||
module = '.'.join(parts[1:]) # strip prefix
|
module = '.'.join(parts[1:]) # strip prefix
|
||||||
if client == 'wheel':
|
if client == 'wheel':
|
||||||
functions = self.wheelClient.w_funcs
|
functions = self.wheelClient.functions
|
||||||
elif client == 'runner':
|
elif client == 'runner':
|
||||||
functions = self.runnerClient.functions
|
functions = self.runnerClient.functions
|
||||||
result = {'master': salt.utils.argspec_report(functions, module)}
|
result = {'master': salt.utils.argspec_report(functions, module)}
|
||||||
|
Loading…
Reference in New Issue
Block a user