Typo, add missing "

This commit is contained in:
jesopo 2018-10-05 23:32:20 +01:00
parent d817ec9832
commit b0c27eff0b

View file

@ -17,7 +17,7 @@ class Module(ModuleManager.BaseModule):
id = command["id"]
message = commit["message"]
author = "%s <%s>" % (commit["author"]["username"],
commit["author"]["email])
commit["author"]["email"])
modified_count = len(commit["modified"])
added_count = len(commit["added"])
removed_count = len(commit["removed"])