commit | 9aab28b6f2c223912cc195833d1877ef70bfb5ba | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Sep 16 10:59:12 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 24 12:09:46 2021 -0400 |
tree | 0387b9ca8304c09c15119aedec14b66dab36be5b | |
parent | 8870daaa25feee6ab73ec2e52f731a19131cc314 [diff] |
scripts/mailmapper: enable running with Python 3 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 <heinrich.schuchardt@canonical.com>