canonical / canonical/craft-application
Improve platform validation error message
Open
- Dominant language
- Python
- Stars
- 14
- Forks
- 29
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 12
Description
### What needs to get done
Display better validation error messages to the user when platforms are not correctly defined. This is a follow-up to #
### Why it needs to get done
This is the current validation error message:
```
wheelcraft internal error: ValidationError(model='BuildPlanner', errors=[{'loc': ('platforms', 'build-on'), 'msg': 'value is not a valid list', 'type': 'type_error.list'}])
```
Contributor guide
Assessment
This issue has not been assessed yet.