alecthomas / alecthomas/voluptuous
Potentially add actual type in MultipeInvalid exception
Aperta
- Lingua principale
- Python
- Stelle
- 1.9k
- Fork
- 237
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.