diff --git a/augur/tasks/github/events.py b/augur/tasks/github/events.py index 19da66cd89..db904daa39 100644 --- a/augur/tasks/github/events.py +++ b/augur/tasks/github/events.py @@ -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