Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix kwargs iteration for chroot.call #53996

Closed
wants to merge 4 commits into from

Conversation

aplanas
Copy link
Contributor

@aplanas aplanas commented Jul 24, 2019

What does this PR do?

Fix a bug during the call of the kwargs parameters for chroot.call(). In the original code the iteration was done only on the keys, but the code expect the key and the value too. Simply adding .items() fix the issue.

Tests written?

Yes

@aplanas aplanas changed the base branch from develop to master October 14, 2019 12:15
@aplanas aplanas changed the base branch from master to develop October 14, 2019 12:17
@aplanas
Copy link
Contributor Author

aplanas commented Oct 14, 2019

This patch is rebased in #54959

@aplanas aplanas closed this Oct 14, 2019
@aplanas aplanas deleted the fix_chroot branch October 14, 2019 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants