irods / irods_python_ci_utilities

1 stars 7 forks source link

[#9] Decode out/err contents in subprocess_get_output #10

Closed alanking closed 2 years ago

alanking commented 2 years ago

Detects the presence of a bytes-like object and decodes before printing so that the output is legible to humans.

d-w-moore commented 2 years ago

Looks good. I assume it produced the output formatted the way you expected / wanted.