You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spyder Version: 2.1.9
Python Version: 2.7.3
Qt Version: 4.8.1, PyQt4 (API v2) 4.9.1 on Linux
What steps will reproduce the problem?
Open a file with some python code with one trailing newline, like "pass\n"
Activate pep8 analysis What is the expected output? What do you see instead? I expect to see no warning in the margin, while I get a warning : "W292 no newline at end of file".
Calling the pep8 executable from the command line yields no warning.
Please provide any additional information below
. If I remove the trailing newline from the file, the warning disappears in spyder but I have a warning with pep8 on the command line : "test.py:1:5: W292 no newline at end of file"
From contrebasse on 2012-07-25T06:46:01Z
Spyder Version: 2.1.9
Python Version: 2.7.3
Qt Version: 4.8.1, PyQt4 (API v2) 4.9.1 on Linux
What steps will reproduce the problem?
Calling the pep8 executable from the command line yields no warning.
Please provide any additional information below
. If I remove the trailing newline from the file, the warning disappears in spyder but I have a warning with pep8 on the command line : "test.py:1:5: W292 no newline at end of file"
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1123
The text was updated successfully, but these errors were encountered: