Re: [code-quality] flake8 missing output issues

2014-10-18 Thread Ian Cordasco
On Fri, Oct 17, 2014 at 11:23 AM, Weeble wrote: > I'm having some trouble with flake8 when it's invoked from another > process, such as in vim. Sometimes its output goes missing - I just > get back an empty string. The problem vanishes if I > PYTHONUNBUFFERED=1, so I suspect it is related to how f

[code-quality] flake8 missing output issues

2014-10-17 Thread Weeble
I'm having some trouble with flake8 when it's invoked from another process, such as in vim. Sometimes its output goes missing - I just get back an empty string. The problem vanishes if I PYTHONUNBUFFERED=1, so I suspect it is related to how flake8 creates multiple processes. I looked through the co