diff --git a/cermine-tools/src/python/gather_pdfs.py b/cermine-tools/src/python/gather_pdfs.py index 9b2e1a8a..450984ef 100644 --- a/cermine-tools/src/python/gather_pdfs.py +++ b/cermine-tools/src/python/gather_pdfs.py @@ -39,4 +39,4 @@ def get_local_files(prefix): for pdf in pdfs: location = local_files[pdf] - shutil.copy(pumbed_path + "/" + location, xmls_path) \ No newline at end of file + shutil.copy(pubmed_path + "/" + location, xmls_path)