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

bugfix: using custom per_page in repo.get_comments #176

Merged
merged 1 commit into from
Jun 19, 2013

Conversation

davidbrai
Copy link
Contributor

I got an exception when trying to fetch 100 comments per page from a repo.
Before this fix I was getting an exception when line 102 set the per_page key in self.__nextParams.
This is because self.__nextParams was None in this case.

@ghost ghost assigned jacquev6 Jun 19, 2013
@jacquev6
Copy link
Member

You're perfectly right! I'm merging this right now and it will be in next release. Thanks!

jacquev6 added a commit that referenced this pull request Jun 19, 2013
@jacquev6 jacquev6 merged commit 8d22935 into PyGithub:develop Jun 19, 2013
@davidbrai davidbrai added the v1 label Mar 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants