diff options
| author | Pjotr Prins | 2026-03-29 09:22:07 +0200 |
|---|---|---|
| committer | Pjotr Prins | 2026-03-29 09:22:07 +0200 |
| commit | dc3da0b15ef14abd7795b2cecbe23271363b2647 (patch) | |
| tree | 48b2b04cf91903edbd1256db1fa5a8ad84e70f32 /more_functions.py | |
| parent | bb04a7849324ea8c58452632ffa01711dd3ce9b5 (diff) | |
| download | genecup-dc3da0b15ef14abd7795b2cecbe23271363b2647.tar.gz | |
Amend path again
Diffstat (limited to 'more_functions.py')
| -rwxr-xr-x | more_functions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/more_functions.py b/more_functions.py index a4c62d7..a778d64 100755 --- a/more_functions.py +++ b/more_functions.py @@ -184,7 +184,7 @@ 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) -testdir = os.path.join(pubmed_path, "PubMed", "Archive") +testdir = os.path.join(pubmed_path, "Archive" "01") if not os.path.isdir(testdir): print(f"ERROR: PubMed/Archive not found in {pubmed_path}") raise SystemExit(1) |
