Closed glensc closed 8 years ago
the current def username_to_author(username) puts always nobody <nobody@example.com> if author is None.
nobody <nobody@example.com>
None
map None to 'nobody' so it could be mapped from AUTHORS
AUTHORS
I'm not sure why this is necessary. It's already possible to map 'None' to an author - the example.cfg file shows how to do this.
ok, then, just AUTHORS[None] = ("foo", "bar") seemed like syntax error
AUTHORS[None] = ("foo", "bar")
the current def username_to_author(username) puts always
nobody <nobody@example.com>
if author isNone
.map
None
to 'nobody' so it could be mapped fromAUTHORS