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

Brings the CLI in line with pagination changes. #659

Closed
wants to merge 3 commits into from

Conversation

toastdriven
Copy link
Contributor

This resolves the test failures I see from the pagination changes in botocore. Review please? @jamesls

@@ -213,7 +213,7 @@ def __call__(self, operation, response, stream=None):
for _, page in response:
current = {}
for result_key in result_keys:
current[result_key] = page[result_key]
current[result_key.expression] = page[result_key.expression]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wouldn't this use the set_value_from_jmespath?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah. Will fix.

@jamesls
Copy link
Member

jamesls commented Feb 20, 2014

:shipit: Thanks!

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