diff options
| author | jules@lens <julescarbon@gmail.com> | 2019-05-03 19:19:24 +0200 |
|---|---|---|
| committer | jules@lens <julescarbon@gmail.com> | 2019-05-03 19:19:24 +0200 |
| commit | 82acdc30dacae48d3f61210cdc5dd9860b61485d (patch) | |
| tree | 25df17883f26c7f186edd1b883d8ff6474cde6fe /scraper | |
| parent | b3117f6a558bf0c9d00aa0d3039f9d3672774d90 (diff) | |
| parent | 30a28b1ce840a318a15d243eda977ad099cb2efd (diff) | |
Merge branch 'master' of asdf.us:megapixels_dev
Diffstat (limited to 'scraper')
| -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: |
