Skip to content

Commit

Permalink
fix: Match known_spider_arguments to ScrapyLogFile.is_complete
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Dec 12, 2024
1 parent 22c8d71 commit cd3c162
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions kingfisher_scrapy/commands/checkall.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit cd3c162

Please sign in to comment.