acatton / python-spm

:muscle: Simple and secure sub processes manager
https://python-spm.readthedocs.org/en/latest/
MIT License
10 stars 3 forks source link

__str__ needs to use shell escape #4

Closed gavinwahl closed 9 years ago

gavinwahl commented 9 years ago

str(run('foo', 'a"b')) should be foo 'a"b'

Use six.moves.shelx_pipe for this.

acatton commented 9 years ago

Fixed in a1641e2966f6