about summary refs log tree commit diff
path: root/more_functions.py
diff options
context:
space:
mode:
Diffstat (limited to 'more_functions.py')
-rwxr-xr-xmore_functions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/more_functions.py b/more_functions.py
index 0c7fbd4..4261692 100755
--- a/more_functions.py
+++ b/more_functions.py
@@ -184,6 +184,6 @@ print(f"  pubmed_path={pubmed_path}")
 if not os.path.isdir(pubmed_path):
     print(f"ERROR: EDIRECT_PUBMED_MASTER directory not found: {pubmed_path}")
     raise SystemExit(1)
-if not os.path.isdir(os.path.join(pubmed_path, "Archive")):
+if not os.path.isdir(os.path.join(pubmed_path, "PubMed", "Archive")):
     print(f"ERROR: PubMed/Archive not found in {pubmed_path}")
     raise SystemExit(1)