diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-05-03 19:19:11 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-05-03 19:19:11 +0200 |
| commit | 30a28b1ce840a318a15d243eda977ad099cb2efd (patch) | |
| tree | 394eac8044a2b1f84fc95aa0de47104a91a80422 /scraper/s2-final-report.py | |
| parent | 715cad30012b1530f2316c80c8d6594e9d7b4f25 (diff) | |
k
Diffstat (limited to 'scraper/s2-final-report.py')
| -rw-r--r-- | scraper/s2-final-report.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
