From 30a28b1ce840a318a15d243eda977ad099cb2efd Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 3 May 2019 19:19:11 +0200 Subject: k --- scraper/s2-final-report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scraper/s2-final-report.py') diff --git a/scraper/s2-final-report.py b/scraper/s2-final-report.py index 8d42a52b..a56e030a 100644 --- a/scraper/s2-final-report.py +++ b/scraper/s2-final-report.py @@ -139,7 +139,7 @@ def process_single_paper(row, paper_id, addresses, aggregate_citations, unknown_ print('>> {} {}'.format(data['paperId'], 'search results')) with open(fn, 'r') as f: citations = json.load(f) - data = { 'citations': [ { 'paperId': paperId } for paperId in citations ] } + data = { 'citations': [ { 'paperId': paperId } for paperId in citations ] } else: fn = file_path('papers', paper_id, 'paper.json') with open(fn, 'r') as f: -- cgit v1.2.3-70-g09d2