• Aron Griffis's avatar
    Use a sed() function for unbuffered output. · a5cca6de
    Aron Griffis authored
    In `bin/steps/collectstatic` the unbuffered output in `indent` is subverted
    by calling `sed` first:
    
    ```shell
    python $MANAGE_FILE collectstatic --noinput  2>&1 | sed '/^Copying/d;/^$/d;/^ /d' | indent
    ```
    
    This commit fixes this by making `sed` itself unbuffered rather than
    putting that logic in the `indent` function.
    a5cca6de
Name
Last commit
Last update
bin Loading commit data...
test Loading commit data...
vendor Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
Changelog.md Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
Readme.md Loading commit data...
requirements.txt Loading commit data...