mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixing typo.
Fixing typo.
This commit is contained in:
parent
2681b7d3fa
commit
a29a9855a6
1 changed files with 1 additions and 1 deletions
|
@ -842,7 +842,7 @@ class Schedule(object):
|
|||
if argspec.keywords:
|
||||
# this function accepts **kwargs, pack in the publish data
|
||||
for key, val in six.iteritems(ret):
|
||||
is key is not 'kwargs':
|
||||
if key is not 'kwargs':
|
||||
kwargs['__pub_{0}'.format(key)] = copy.deepcopy(val)
|
||||
|
||||
ret['return'] = self.functions[func](*args, **kwargs)
|
||||
|
|
Loading…
Add table
Reference in a new issue