NASA-AMMOS / NASA-AMMOS/AIT-Core
ait.core.util ImportError messages are using the wrong format character
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 56
- Forks
- 35
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 3
Description
There are two spots where ImportError message strings use decimal format %d when it should be using string format %s
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open ait/core/util.py at the two linked locations, around lines 213 and 253, and inspect the ImportError message strings. Update the incorrect format character in both spots, then verify that the affected import-error paths produce correctly formatted messages.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100