Skip to content

Commit

Permalink
Fix bug of Multipaged
Browse files Browse the repository at this point in the history
JIRA: PDC-1234
  • Loading branch information
chcao55 committed Oct 17, 2017
1 parent 331604b commit 66be92c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pdc_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,8 @@ def worker():
raise NoResultsError(response)
if response['next']:
kwargs['page'] += 1
else:
break
else:
break

Expand Down

0 comments on commit 66be92c

Please sign in to comment.