alecthomas / alecthomas/voluptuous
Potentially add actual type in MultipeInvalid exception
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 1.9k
- Forks
- 237
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Given the following error message
```
voluptuous.error.MultipleInvalid: expected str for dictionary value @ data['timeRange']
```
It would be useful to modify the message to say
```
voluptuous.error.MultipleInvalid: expected str for dictionary value @ data['timeRange'] but found int instead
```
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.