diff options
| author | Adam Harvey <adam@ahprojects.com> | 2019-04-03 14:35:41 +0200 |
|---|---|---|
| committer | Adam Harvey <adam@ahprojects.com> | 2019-04-03 14:35:41 +0200 |
| commit | 0224090a9dcc79de897871cfa573f99cf8f005a5 (patch) | |
| tree | ec5967fa3d6ca197af1ac12092fe168fdf499d48 /scraper/s2-final-report.py | |
| parent | 04677d60e9e867a6d02fa2c99f07f83dff6e6005 (diff) | |
| parent | df707e4316c79375499974fb2a3443f1c049b93c (diff) | |
.
Diffstat (limited to 'scraper/s2-final-report.py')
| -rw-r--r-- | scraper/s2-final-report.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scraper/s2-final-report.py b/scraper/s2-final-report.py index 34857420..3dc3dde4 100644 --- a/scraper/s2-final-report.py +++ b/scraper/s2-final-report.py @@ -41,11 +41,11 @@ def s2_final_report(): # DIR_PUBLIC_CITATIONS + '/', # "s3://megapixels/v1/citations/", # ]) - #subprocess.call([ - # "s3cmd", "put", "-P", "--recursive", - # DIR_VERIFIED_CITATIONS + '/', - # "s3://megapixels/v1/citations/verified/", - #]) + subprocess.call([ + "s3cmd", "put", "-P", "--recursive", + DIR_VERIFIED_CITATIONS + '/', + "s3://megapixels/v1/citations/verified/", + ]) def process_paper(row, verified_lookup): aggregate_citations = {} |
