On Sun, Apr 12, 2020 at 05:02:27PM +0200, Ezra Buehler wrote:
Hi Jarkkon,
On 12 Apr 2020, at 16:36, Jarkko Sakkinen jarkko.sakkinen@linux.intel.com wrote:
except ProtocolError(e):
Should this not be
except ProtocolError as e:
Unless there is a functional difference, does it matter?
/Jarkko