Skip to content

Commit

Permalink
Fix string
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
  • Loading branch information
ABrain7710 committed Aug 5, 2024
1 parent 2d784a5 commit 0586024
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions augur/tasks/github/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ def bulk_events_collection_endpoint_contains_all_data(key_auth, logger, owner, r
page_count = github_data_access.get_resource_page_count(url)

if page_count > 300:
raise Exception(f"Either github raised the paginator page limit for things like events and messages, or
is_pagination_limited_by_max_github_pages is being used on a resource that does not have a page limit. Url: {url}")
raise Exception(f"Either github raised the paginator page limit for things like events and messages, or is_pagination_limited_by_max_github_pages is being used on a resource that does not have a page limit. Url: {url}")

return page_count != 300

Expand Down

0 comments on commit 0586024

Please sign in to comment.