Thanks for looking into it. And yes, it only works as expected as long as the script is open. Strange!
On Friday, 12 February 2016 16:57:38 UTC+1, Francesco Pierfederici wrote: > > One more (weird) thing: it looks like you have to keep the script > (BBFlake8.py) open in BBEdit for it to work properly. At least this is the > case for me. > > 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].
