Skip to content
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.

AttributeError: 'int' object has no attribute 'lineno' #29

Open
circlelychen opened this issue Aug 30, 2013 · 0 comments
Open

AttributeError: 'int' object has no attribute 'lineno' #29

circlelychen opened this issue Aug 30, 2013 · 0 comments

Comments

@circlelychen
Copy link

I use pyflakes-vim plugin to invoke pyflakes module for checking task. It throws exception when bumping into some invalid python syntax segment as follows:

in File "/usr/lib/python/sit-packages/pyflakes/messages.py", line 9, in init_
self.lineno = loc.lineno
AttributeError: 'int' object has no attribute 'lineno'

I have solved this error by patching flakes.

Any idea on this issue?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant