unikraft / pykraft

Python library for configuring and building unikernels
Other
177 stars 42 forks source link

util/op,plat/network: parse subprocess output as utf-8 #99

Closed TheLortex closed 2 years ago

TheLortex commented 2 years ago

Fixes https://github.com/unikraft/kraft/issues/96

Note: the default encoding for decode is UTF-8 so that's why I omitted it, but it can be made explicit if preferred.

TheLortex commented 2 years ago

Hi @StefanJum, thanks for the review. I have added the explicit utf-8 encoding argument.

nderjung commented 2 years ago

Thanks!