diff options
| author | Pjotr Prins | 2026-03-28 11:21:10 +0100 |
|---|---|---|
| committer | Pjotr Prins | 2026-03-28 11:21:10 +0100 |
| commit | d2511ef413b2a286d89ac068d3e1a11d7334e9f4 (patch) | |
| tree | 1b51210dcc0a789e5a27a8d7cc26e0f49800c77d | |
| parent | 2d821f4ff808027a67da6548cba6bedc4b69bb62 (diff) | |
| download | genecup-d2511ef413b2a286d89ac068d3e1a11d7334e9f4.tar.gz | |
Revert on PubMed injection
| -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 4261692..0c7fbd4 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, "PubMed", "Archive")): +if not os.path.isdir(os.path.join(pubmed_path, "Archive")): print(f"ERROR: PubMed/Archive not found in {pubmed_path}") raise SystemExit(1) |
