Skip to content

Commit

Permalink
closes #667
Browse files Browse the repository at this point in the history
Minor fixes to `SearchResponseLimitExceeded` error message.

- spacing added
- capitalized Zendesk
  • Loading branch information
StarParks authored Nov 18, 2024
1 parent 1e2f89e commit e4d562f
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 e4d562f

Please sign in to comment.