commit | e76efdd7b342577c40aa271fa5ded9d66a783a9b | [log] [tgz] |
---|---|---|
author | Conley Owens <cco3@android.com> | Fri Sep 27 17:28:44 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Sep 27 17:28:45 2013 +0000 |
tree | 0dbd051a05bd41dabe8ad110d14f7e4f7a62f9dc | |
parent | 730ce4c3c2128b489176513253c1f30b378c694c [diff] | |
parent | edd0151a2682bac1dfd27aae1f66e58d40dcf0a8 [diff] |
Merge "Accept all UTF-8 committer names"
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: