Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix regex as the
:
after the column is optional
Fixes SublimeLinter/SublimeLinter#1847 Closes #17 Output from pyflakes can be ``` <stdin>:1044:12 undefined name 'settingss' <stdin>:34:45: invalid syntax ``` t.i. the `:` after the column is optional. In the latter case `filename` overmatched ("not lazy") to "<stdin>:34".
- Loading branch information