Skip to content

Commit 43f04af

Browse files
committed
fixed dir name
1 parent 0ca6bb8 commit 43f04af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tex/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def remove_oldfiles_samepaper(paper_id):
1515

1616
def download_paper(paper_id):
1717
file = wget.download(f"https://arxiv.org/e-print/{paper_id}")
18-
files_dir = f'{file}_files'
18+
files_dir = f'{paper_id}_files'
1919
os.makedirs(files_dir, exist_ok=True)
2020

2121
with tarfile.open(file) as tar:

0 commit comments

Comments
 (0)