From 67eb95349f9e3e3586fcc36bd2dc1d0672f14f42 Mon Sep 17 00:00:00 2001 From: Nicholas Kumia Date: Thu, 27 Jul 2023 09:31:47 -0400 Subject: [PATCH] test: see if sitemap 16 is the real problem --- ckanext/geodatagov/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckanext/geodatagov/cli.py b/ckanext/geodatagov/cli.py index f7ba6414..361bd6d7 100644 --- a/ckanext/geodatagov/cli.py +++ b/ckanext/geodatagov/cli.py @@ -247,7 +247,7 @@ def sitemap_to_s3(upload_to_s3: bool, page_size: int, max_per_page: int): {S3_ENDPOINT_URL}/{BUCKET_NAME}/{sitemap_index.filename_s3}" ) - for file_num in range(1, num_of_pages + 1): + for file_num in range(14, 38): sitemap = SitemapData(str(file_num), start, page_size) sitemap.write_sitemap_header() sitemap.write_pkgs(package_query)