aboutcode-org / aboutcode-org/univers
NotImplementedError returned instead of raised
Aberta
- Linguagem predominante
- Python
- Estrelas
- 50
- Forks
- 29
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
There are some functions like `from_native` in the VersionRange base class that return this exception instead of raising it.
This leads to a TypeError when using it as `version in version_range.from_native(...)`, effectively attempting `__contains__` over an exception class
Is this intended?
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.