Skip to content

Commit

Permalink
More than 30 repos will run into problems
Browse files Browse the repository at this point in the history
  • Loading branch information
natecavanaugh committed Dec 23, 2014
1 parent f703be3 commit 2a763d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion git-pull-request/git-pull-request.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,8 @@ def command_info(username, detailed = False):

url = get_api_url(url)

url += '?per_page=100'

repos = github_json_request(url)

total = 0
Expand Down Expand Up @@ -1668,4 +1670,4 @@ def log(*args):
main()
except UserWarning, e:
print color_text(e, 'error')
sys.exit(1)
sys.exit(1)

0 comments on commit 2a763d5

Please sign in to comment.