We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca6bb8 commit 43f04afCopy full SHA for 43f04af
tex/utils.py
@@ -15,7 +15,7 @@ def remove_oldfiles_samepaper(paper_id):
15
16
def download_paper(paper_id):
17
file = wget.download(f"https://arxiv.org/e-print/{paper_id}")
18
- files_dir = f'{file}_files'
+ files_dir = f'{paper_id}_files'
19
os.makedirs(files_dir, exist_ok=True)
20
21
with tarfile.open(file) as tar:
0 commit comments