mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
parent
1bccb7a316
commit
c0a10ec63b
@ -327,7 +327,7 @@ def chconfig(cmd, *args, **kwargs):
|
||||
|
||||
'''
|
||||
# Strip the __pub_ keys...is there a better way to do this?
|
||||
for k in kwargs:
|
||||
for k in list(kwargs):
|
||||
if k.startswith('__pub_'):
|
||||
kwargs.pop(k)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user