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
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