Ver Fonte

Accept all UTF-8 committer names

Change-Id: I7d9d49a8bacf2dc332614d26cdfcc905be7a5290
Conley Owens há 12 anos atrás
pai
commit
edd0151a26
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      project.py

+ 1 - 1
project.py

@@ -2274,7 +2274,7 @@ class Project(object):
                          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: