[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1FE03B4F-C42C-4B5F-A4B5-8169705911FA@easyb.ch>
Date: Sun, 12 Apr 2020 17:02:27 +0200
From: Ezra Buehler <ezra@...yb.ch>
To: Jarkko Sakkinen <jarkko.sakkinen@...ux.intel.com>
Cc: Shuah Khan <shuah@...nel.org>, linux-kselftest@...r.kernel.org,
linux-integrity@...r.kernel.org,
Tadeusz Struk <tadeusz.struk@...el.com>,
open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] selftests/tpm2: Change exception handling to be Python 3
compatible
Hi Jarkkon,
> On 12 Apr 2020, at 16:36, Jarkko Sakkinen <jarkko.sakkinen@...ux.intel.com> wrote:
> + except ProtocolError(e):
Should this not be
except ProtocolError as e:
?
Cheers,
Ezra.
Powered by blists - more mailing lists