Merge pull request #48384 from rallytime/bp-48368

Back-port #48368 to 2018.3
This commit is contained in:
Mike Place 2018-06-30 22:19:09 -06:00 committed by GitHub
commit 2fd63d66dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)