Skip to content

Commit 24e9b84

Browse files
author
Dominika Tkaczyk
committed
Merge pull request #8 from danieldmm/patch-1
Update gather_pdfs.py
2 parents 46c08e1 + ccab62f commit 24e9b84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cermine-tools/src/python/gather_pdfs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ def get_local_files(prefix):
3939

4040
for pdf in pdfs:
4141
location = local_files[pdf]
42-
shutil.copy(pumbed_path + "/" + location, xmls_path)
42+
shutil.copy(pubmed_path + "/" + location, xmls_path)

0 commit comments

Comments
 (0)