aboutcode-org / aboutcode-org/univers
NotImplementedError returned instead of raised
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 50
- Forks
- 29
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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?
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.