From ccab62f5b687e62369908059affccd49d9acb128 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 14 Jan 2016 21:14:32 +0000 Subject: [PATCH] Update gather_pdfs.py Mistyped variable: pubmed_path --- cermine-tools/src/python/gather_pdfs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)