Skip to content

Commit

Permalink
Merge pull request #668 from StarParks/patch-1
Browse files Browse the repository at this point in the history
closes #667 - Changes to error message text for SearchResponseLimitExceeded
  • Loading branch information
cryptomail authored Nov 21, 2024
2 parents 1e2f89e + e4d562f commit 6e7fefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenpy/lib/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def get_next_page(self, page_num, page_size):
self).get_next_page(page_num, page_size)
except SearchResponseLimitExceeded:
log.error(
'This search has resulted in more results than zendesk allows.'
'This search has resulted in more results than Zendesk allows. '
'We got what we could.'
)
raise StopIteration()
Expand Down

0 comments on commit 6e7fefb

Please sign in to comment.