Skip to content

Commit 474af30

Browse files
committed
1 parent 33cc3c0 commit 474af30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pymode/lint.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ def __sort(e):
7373

7474
for e in errors:
7575
e._info['bufnr'] = env.curbuf.number
76+
if e._info['col'] is None:
77+
e._info['col'] = 1
7678

7779
env.run('g:PymodeLocList.current().extend', [e._info for e in errors])
7880

0 commit comments

Comments
 (0)