mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Fix typo
This commit is contained in:
parent
b4afb8ce43
commit
0f971412fd
@ -187,7 +187,7 @@ def load_args_and_kwargs(func, args, data=None):
|
||||
'by salt.utils.args.parse_input() before calling '
|
||||
'salt.minion.load_args_and_kwargs().'
|
||||
)
|
||||
if argspec.keywords or string_kwarg..iterkeys().next() in argspec.args:
|
||||
if argspec.keywords or string_kwarg.iterkeys().next() in argspec.args:
|
||||
# Function supports **kwargs or is a positional argument to
|
||||
# the function.
|
||||
_kwargs.update(string_kwarg)
|
||||
|
Loading…
Reference in New Issue
Block a user