commit | edd0151a2682bac1dfd27aae1f66e58d40dcf0a8 | [log] [tgz] |
---|---|---|
author | Conley Owens <cco3@android.com> | Thu Sep 26 12:59:58 2013 -0700 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Fri Sep 27 00:35:35 2013 +0000 |
tree | 222d256eed627946f07faf185db20d705cb8a790 | |
parent | 70df18944a667329ec894a1df1e77381c5b0c09a [diff] [blame] |
Accept all UTF-8 committer names Change-Id: I7d9d49a8bacf2dc332614d26cdfcc905be7a5290
diff --git a/project.py b/project.py index cbc3c21..dec21ab 100644 --- a/project.py +++ b/project.py
@@ -2274,7 +2274,7 @@ p.stderr)) r = p.stdout try: - r = r.decode() + r = r.decode('utf-8') except AttributeError: pass if r.endswith('\n') and r.index('\n') == len(r) - 1: