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

More precise error reporting #2

Open
dvarrazzo opened this issue Feb 19, 2020 · 0 comments
Open

More precise error reporting #2

dvarrazzo opened this issue Feb 19, 2020 · 0 comments

Comments

@dvarrazzo
Copy link
Owner

dvarrazzo commented Feb 19, 2020

In case of error in the yaml (e.g. wrong data type), an error is reported, printing the file name and row.

else:
raise ConfigError(
"'schemas' should be a list of strings or"
" a regular expression, at %s" % rv.pos
)

however the row is the first of the dictionary: it would be cool to print at least the row of the attribute of the dict that the tool didn't like

@dvarrazzo dvarrazzo changed the title More precise More precise error reporting Feb 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant