Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warn instead of error if there are invalid token lists #24

Open
BlinkyStitt opened this issue Apr 6, 2022 · 0 comments
Open

Warn instead of error if there are invalid token lists #24

BlinkyStitt opened this issue Apr 6, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@BlinkyStitt
Copy link
Contributor

Overview

I installed a list with invalid syntax. It installed without error, but the next time the process started, creating the manager erred with pydantic.error_wrappers.ValidationError: 63 validation errors for TokenList and a long list of the errors. It does not say what file it was processing.

Specification

If a file fails to load, instead of raising a ValidationError, a warning should be emitted with the name of the file.

@BlinkyStitt BlinkyStitt added the enhancement New feature or request label Apr 6, 2022
@fubuloubu fubuloubu added bug Something isn't working and removed enhancement New feature or request labels Apr 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants