-
-
Notifications
You must be signed in to change notification settings - Fork 452
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
Suspicious state from syntax checker python-pycompile #635
Comments
@CannedYerins Apparently the error regexp is incomplete. I'd recommend you to use Pylint or flake8 for Python, though. |
@CannedYerins Totally forgot about this: Can you tell me your Python version? |
2.7.9 |
@CannedYerins Should be fixed now. Please check with the next MELPA build. |
Hi Lunaryorn, I am facing similar issue while opening python code in emacs with flake8 i am using and python version |
@omps That's a different problem, so please open a separate issue. But before doing so, please check that |
Hi. There seems to be some sort of issue with the formatting of errors coming from python-pycompile.
The code
where the brackets signify the cursor position produces this flycheck output.
Suspicious state from syntax checker python-pycompile: Checker python-pycompile returned non-zero exit code 1, but no errors from output: Sorry: IndentationError: expected an indented block (test.py, line 2) Checker definition probably flawed.
This definitely seems to be a valid error. My grasp of elisp is minimal so I can't really follow the checker's function to see why this is considered suspicious.
M-x flycheck-version
producesFlycheck version: 0.24snapshot (package: 20150412.242)
.The text was updated successfully, but these errors were encountered: