netinvent / command_runner

Substitute for subprocess that handles all hassle that comes from different platform and python versions, and allows live stdout and stderr capture for background job/interactive GUI programming ;)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow raw output

deajan opened this issue · comments

By using a default encoding value, we enforce string output.
We need to add a encoding=False value so we can get raw binary output.

Done in master.