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 a bug in the response parser #174

Merged
merged 1 commit into from
Nov 8, 2013
Merged

Conversation

garnaat
Copy link
Member

@garnaat garnaat commented Nov 8, 2013

The bug involves multiple members of a structure all having the same xmlname. This occurs in responses like DescribeInstanceAttribute where the output structure contains an explicit member for each possible attribute but only one attribute is included in the response. The value of the one returned response was being duplicated to all of the members of the structure. Fixes #173.

…cture all having the same xmlname. This occurs in responses like DescribeInstanceAttribute where the output structure contains an explicit member for each possible attribute but only one attribute is included in the response. The value of the one returned response was being duplicated to all of the members of the structure. Fixes boto#173.
@jamesls
Copy link
Member

jamesls commented Nov 8, 2013

:shipit: Looks good.

@garnaat garnaat merged commit 0000228 into boto:develop Nov 8, 2013
@garnaat garnaat deleted the fix-enum-parsing branch November 8, 2013 14:59
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.

Response from EC2 DescribeInstanceAttribute is incorrect
2 participants