utils.py
2.09 KB
-
Set stdout and stderr to blocking after running an external command · fd0be33a
Some nodejs executables set stdout and/or stderr to non-blocking, which can trigger an IOError when the collectstatic command prints more than 1024 bytes at a time to stdout or stderr
Frankie Dintino committed