1
2
3
4
5
6
7
8
9
10 | $ grep-merges apw
kernel-wedge Andy Whitcroft <apw@ubuntu.com> (None)
linux-base Andy Whitcroft <apw@ubuntu.com> (None)
kerneloops Stefan Bader <stefan.bader@canonical.com> (Andy Whitcroft <apw@canonical.com>)
Traceback (most recent call last):
File "/usr/bin/grep-merges", line 74, in <module>
main()
File "/usr/bin/grep-merges", line 68, in main
pretty_uploader = ' '.join((author, uploader)).strip()
TypeError: sequence item 0: expected string, NoneType found
|