Typo, add missing "
This commit is contained in:
parent
d817ec9832
commit
b0c27eff0b
1 changed files with 1 additions and 1 deletions
|
@ -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"])
|
||||
|
|
Loading…
Reference in a new issue