mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge branch 'nspawn' of https://github.com/llua/salt into llua-nspawn
This commit is contained in:
commit
7243bdb134
@ -1319,7 +1319,7 @@ def _pull_image(pull_type, image, name, **kwargs):
|
||||
|
||||
bad_kwargs = [x for x in kwargs
|
||||
if not x.startswith('__')
|
||||
or x not in valid_kwargs]
|
||||
and x not in valid_kwargs]
|
||||
|
||||
if bad_kwargs:
|
||||
_invalid_kwargs(*bad_kwargs, **kwargs)
|
||||
|
Loading…
Reference in New Issue
Block a user