mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
parent
c5746deb5f
commit
430c462f34
@ -328,7 +328,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