Show More
@@ -88,6 +88,7 b' Laurent Dufr\xc3\xa9chou <laurent.dufrechou@gmail.com> laurent.dufrechou <>' | |||
|
88 | 88 | Laurent Dufréchou <laurent.dufrechou@gmail.com> Laurent Dufrechou <> |
|
89 | 89 | Laurent Dufréchou <laurent.dufrechou@gmail.com> laurent.dufrechou@gmail.com <> |
|
90 | 90 | Laurent Dufréchou <laurent.dufrechou@gmail.com> ldufrechou <ldufrechou@PEP> |
|
91 | Lorena Pantano <lorena.pantano@gmail.com> Lorena <lorena.pantano@gmail.com> | |
|
91 | 92 | Luis Pedro Coelho <luis@luispedro.org> Luis Pedro Coelho <lpc@cmu.edu> |
|
92 | 93 | Marc Molla <marcmolla@gmail.com> marcmolla <marcmolla@gmail.com> |
|
93 | 94 | Martín Gaitán <gaitan@gmail.com> Martín Gaitán <gaitan@phasety.com> |
@@ -210,7 +210,7 b' if __name__ == "__main__":' | |||
|
210 | 210 | all_authors.extend([ u'* ' + a.split(' <')[0] for a in with_email ]) |
|
211 | 211 | unique_authors = sorted(set(all_authors), key=lambda s: s.lower()) |
|
212 | 212 | |
|
213 |
print("We closed %d issues and merged %d pull requests." % (n_ |
|
|
213 | print("We closed %d issues and merged %d pull requests." % (n_issues, n_pulls)) | |
|
214 | 214 | if milestone: |
|
215 | 215 | print("The full list can be seen `on GitHub <https://github.com/%s/milestone/%s>`" |
|
216 | 216 | % (project, milestone) |
General Comments 0
You need to be logged in to leave comments.
Login now