Skip to content

Commit

Permalink
ecuador_sercop_bulk: remove unrelated kingfisher process issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
yolile committed Jun 1, 2022
1 parent 4cd0161 commit 20b7d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kingfisher_scrapy/spiders/ecuador_sercop_bulk.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def parse(self, response):
data = item['data']
package = {}
# The file is a JSON array of release packages that we rearrange in a single package to avoid losing data
# in Kingfisher Process https://github.com/open-contracting/kingfisher-process/issues/353.
# in kingfisher-process-v1
for number, obj in enumerate(util.transcode(self, ijson.items, data, 'item'), 1):
if not package:
package = obj
Expand Down

0 comments on commit 20b7d98

Please sign in to comment.