alecthomas / alecthomas/voluptuous
Potentially add actual type in MultipeInvalid exception
Open
- Dominant language
- Python
- Stars
- 1.9k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
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
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.