diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-11-03 18:19:33 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-11-03 18:19:33 +0100 |
| commit | 07518b3542ed4344421baf7b62391d39c36aee25 (patch) | |
| tree | 2b5b28b9020ff85e4a18b35781ca5feb7d7684c2 /s2-raw-papers.py | |
| parent | b6d97f9f625e7074726b911e6a03e606870f4039 (diff) | |
fn
Diffstat (limited to 's2-raw-papers.py')
| -rw-r--r-- | s2-raw-papers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/s2-raw-papers.py b/s2-raw-papers.py index 623f518f..d074ca07 100644 --- a/s2-raw-papers.py +++ b/s2-raw-papers.py @@ -21,7 +21,7 @@ def fetch_raw_papers(fn): fetch_raw_paper(paper_id) def fetch_raw_paper(paper_id): - os.makedirs(make_raw_paper_fn(paper_id), exist_ok=True) + os.makedirs(make_raw_paper_path(paper_id), exist_ok=True) paper_fn = make_raw_paper_fn(paper_id) if os.path.exists(paper_fn): return read_json(paper_fn) |
