commit | ec9e0f471291233491d1bd213d32bb259821da95 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 01 21:12:33 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Oct 08 07:34:34 2018 -0600 |
tree | 5c44359d4e2978b124656a627436af1a679f6456 | |
parent | 9f8037ea9ca81fc158bc190f7427f329d96ad76c [diff] |
patman: Handle unicode in _ProjectConfigParser tests With Python 2.7.15rc1, ConfigParser.SafeConfigParser has unfortunately started returning unicode, for unknown reasons. Adjust the code to handle this by converting everything to unicode. We cannot convert things to ASCII since email addresses may be encoded with UTF-8. Signed-off-by: Simon Glass <sjg@chromium.org>