mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
Pass clear_load into whell as **kwargs
This commit is contained in:
parent
29b645cb28
commit
bafbd775d9
@ -1434,7 +1434,7 @@ class ClearFuncs(object):
|
||||
return self.wheel_.call_func(
|
||||
clear_load.pop('mod'),
|
||||
clear_load.pop('fun'),
|
||||
clear_load)
|
||||
**clear_load)
|
||||
|
||||
def mk_token(self, clear_load):
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user