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
Traceback (most recent call last):
File "/usr/local/bin/epylint", line 3, in
epylint.Run()
File "/usr/local/lib/python3.2/dist-packages/pylint/epylint.py", line 161, in Run
sys.exit(lint(sys.argv[1]))
File "/usr/local/lib/python3.2/dist-packages/pylint/epylint.py", line 96, in lint
if line.startswith("No config file found"):
TypeError: startswith first arg must be bytes or a tuple of bytes, not str
I am attaching a small fix that seems to work for me.
Originally reported by: BitBucket: jan_samohyl
Running epylint on Python 3.2 fails with:
Traceback (most recent call last):
File "/usr/local/bin/epylint", line 3, in
epylint.Run()
File "/usr/local/lib/python3.2/dist-packages/pylint/epylint.py", line 161, in Run
sys.exit(lint(sys.argv[1]))
File "/usr/local/lib/python3.2/dist-packages/pylint/epylint.py", line 96, in lint
if line.startswith("No config file found"):
TypeError: startswith first arg must be bytes or a tuple of bytes, not str
I am attaching a small fix that seems to work for me.
The text was updated successfully, but these errors were encountered: