From cd3c1629c2337a4dde8d919df7605c1d7ef1c47d Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Thu, 12 Dec 2024 17:20:58 -0500 Subject: [PATCH] fix: Match known_spider_arguments to ScrapyLogFile.is_complete --- kingfisher_scrapy/commands/checkall.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/kingfisher_scrapy/commands/checkall.py b/kingfisher_scrapy/commands/checkall.py index b180077bd..1efd0e3f3 100644 --- a/kingfisher_scrapy/commands/checkall.py +++ b/kingfisher_scrapy/commands/checkall.py @@ -121,17 +121,18 @@ class Checker: ######## # # If you need to change this list, remember to update `ScrapyLogFile.is_complete()` in: - # https://github.com/open-contracting/kingfisher-archive/blob/main/ocdskingfisherarchive/scrapy_log_file.py + # https://github.com/open-contracting/scrapy-log-analyzer/blob/main/scrapyloganalyzer/__init__.py # # Add more spider arguments as needed. known_spider_arguments = [ 'from_date', 'until_date', - 'year', + 'portal', 'publisher', 'system', 'sample', - 'portal', + 'path', + 'qs:', ] conditional_spider_arguments = {