diff options
| author | 2018-11-16 20:40:49 +0000 | |
|---|---|---|
| committer | 2018-11-16 20:40:49 +0000 | |
| commit | ffb2382b8f0d2b8bccab921e2717924db2739834 (patch) | |
| tree | 7ee964b59898a7e3dc14df0badc83e0b02b3a70a /modules/github.py | |
| parent | Show more than 3 commits in 1 message speficially designed for doing so (diff) | |
| signature | ||
Add missing ")"
Diffstat (limited to 'modules/github.py')
| -rw-r--r-- | modules/github.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github.py b/modules/github.py index dbe00fa2..21731280 100644 --- a/modules/github.py +++ b/modules/github.py @@ -109,7 +109,7 @@ class Module(ModuleManager.BaseModule): sum(len(c["modified"]) for c in data["commits"])) outputs.append("(%s) [%s/%s/%s files] '%s' pushed %d commits - %s" % (full_name, added, removed, modified, pusher, - len(data["commits"], url)) + len(data["commits"]), url)) return outputs |
