Learn more about these different git repos.
Other Git URLs
c876566
@@ -178,6 +178,13 @@
for author in auths:
if not isinstance(author, six.string_types):
author = author.to_json(public=True)
+ else:
+ author = {
+ "fullname": author,
+ "email": None,
+ "name": None,
+ "url_path": None,
+ }
authors.append(author)
if revs:
rebased onto 1c2d529
rebased onto 9770ef9
rebased onto a1bf05a
rebased onto ca8c2a4
rebased onto 0fc8b58
:thumbsup:
rebased onto cf5b690
rebased onto c876566
Pull-Request has been merged by pingou