-
Notifications
You must be signed in to change notification settings - Fork 24
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
"failure of some kind" error message could be more helpful #69
Comments
Hi there, and thanks for submitting an issue! The error output from the checker is included in this message. In this case mypy outputs a (not helpful) usage message, and then the actual error is:
Is this what you were looking for, or would you prefer to see something else here? |
Hi, thanks for the reply. I should have been more specific: the |
Maybe |
Got it, thanks for clarifying! Yes, so we try to print out whatever context around the failure we have (as in the mypy failure in your example). It looks like flake8 isn't giving any output -- maybe if you run |
You can always run the checker with |
Hi. I just tried installing this package - and thanks for writing / releasing / maintaining it! I get errors when I visit a Python file:
But there is no indication of what the errors are so I don't know what to do next, other than look at the flycheck-pycheckers elisp and see if I can find and output the error message. But it feels like I shouldn't need to be doing that and that I am somehow doing something wrong...
Thanks for any help.
The text was updated successfully, but these errors were encountered: