__repr__() tries to decode binary stdout as string and fails without a backup. Fix that.Signed-off-by: Jan Lindemann <jan@janware.com>
__repr__() tries to decode binary stdout as string and fails without a backup. Fix that.