Hi, I might have managed to fix the problem. Could you please try my version of the script and let me know if it works for you? I have tested it with BBEdit 11.5 and it seems to work...
https://gist.github.com/fpierfed/1fce79779a7c4f50bd69 Cheers, Francesco On Monday, February 1, 2016 at 6:35:05 PM UTC, Jay Lyerly wrote: > > I'm trying to use this script I found: > > https://gist.github.com/coryalder/3317713 > > to run flake8 on my python code. It's pretty close -- I get the line > numbers in the error browser, but it's missing the text of the error. If I > run the script manually, I get this result: > > File "foodbot_api/controllers/main.py", line 564 > > At column 9: E731 do not assign a lambda expression, use a def > > ^ > > File "foodbot_api/controllers/main.py", line 1105 > > At column 5: E731 do not assign a lambda expression, use a def > > ^ > > > The error browser doesn't show the text of the error message, i.e. "E731 > do not assign a lambda expression, use a def". > > A comment on the original gist suggests that the caret (^) is in the wrong > place. > > Does anyone know what the format should be? Or can point to a reference > guide? I can't find anything the bbedit docs. > > Thanks, > jay > -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected].
