potash / drain

pipeline library
MIT License
12 stars 5 forks source link

add universal_newlines param to Popen to work in python 3 #30

Closed shaycrk closed 7 years ago

shaycrk commented 7 years ago

The universal_newlines parameter allows Popen to accept string input in python 3.

potash commented 7 years ago

thanks! can you shorten drain/util.py:455? flake8 is failing (96 chars max).

potash commented 7 years ago

Thanks!