Skip to content

Commit

Permalink
Merge pull request #8 from danieldmm/patch-1
Browse files Browse the repository at this point in the history
Update gather_pdfs.py
  • Loading branch information
Dominika Tkaczyk committed Jan 20, 2016
2 parents 46c08e1 + ccab62f commit 24e9b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cermine-tools/src/python/gather_pdfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ def get_local_files(prefix):

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

0 comments on commit 24e9b84

Please sign in to comment.