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

Use default value getattr when checking for paging params #1998

Closed
wants to merge 1 commit into from

Conversation

JordonPhillips
Copy link
Member

When checking to make sure that no paging params are set, we
did not account for the possibility that page size isn't present
for a given operation. Thus, errors would be raised when
--no-paginate was supplied on operations without it. This sets
a default value to the getattr call to prevent the error.

Fixes #1993

cc @kyleknap @jamesls

When checking to make sure that no paging params are set, we
did not account for the possibility that page size isn't present
for a given operation. Thus, errors would be raised when
`--no-paginate` was supplied on operations without it. This sets
a default value to the getattr call to prevent the error.

Fixes aws#1993
@JordonPhillips
Copy link
Member Author

whoops, I'm blind

@JordonPhillips JordonPhillips deleted the no-paginate-fix branch June 2, 2016 17:24
thoward-godaddy pushed a commit to thoward-godaddy/aws-cli that referenced this pull request Feb 12, 2022
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.

1 participant