Re: [PATCH v2] Kernel selftests: TPM2: upgrade TPM2 tests from Python 2 to Python 3

From: Jarkko Sakkinen
Date: Wed Jun 24 2020 - 19:15:18 EST


On Tue, Jun 23, 2020 at 07:41:55PM +0800, Pengfei Xu wrote:
> I tried to use bytes(parm, encoding='UTF-8') way, it met the situation
> that sometimes parm is string, sometimes parm is bytes.

We need to do right things right, i.e. you should fix in the call site,
not in the implementation.

/Jarkko