Re: [PATCH 1/1] scripts/mailmapper: enable running with Python 3

2021-09-24 Thread Tom Rini
On Thu, Sep 16, 2021 at 10:59:12AM +0200, Heinrich Schuchardt wrote: > Our mailmapper script required Python 2 which is no longer maintained. > A main difference when converting to Python 3 is that byte strings are not > character strings. So add conversion and skip over conversion errors. > >

[PATCH 1/1] scripts/mailmapper: enable running with Python 3

2021-09-16 Thread Heinrich Schuchardt
Our mailmapper script required Python 2 which is no longer maintained. A main difference when converting to Python 3 is that byte strings are not character strings. So add conversion and skip over conversion errors. Signed-off-by: Heinrich Schuchardt --- scripts/mailmapper | 14 +-