Imageomics / Imageomics/TaxonoPy

Common names cache dir dead code to remove

Open Beginner friendly
#35 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
19
Forks
0
PR merge metrics
No merged PRs in 30d

Description

The common names code has a dead cache dir block that should be removed:
- stale `args.cache_dir` handling from the standalone `resolve_common_names.main()` parser path.

The standalone parser does not define `--cache-dir`, so that block can't provide working standalone cache-dir support as written. The normal packaged CLI path already supports a custom cache dir through the top-level global option:

```bash
taxonopy --cache-dir /custom/cache common-names ...
```

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the standalone resolve_common_names.main() parser path and locate the stale args.cache_dir handling. Remove that dead block, then verify that the packaged CLI still supports --cache-dir before the common-names command and that standalone parsing remains functional.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli
Issue type
Refactor
Difficulty
1/5
Estimated time
Under an hour
Activity status
Quiet
Clarity
Clearly specified
Newbie friendliness
78/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.