aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2018-11-16 20:40:49 +0000
committerGravatar jesopo2018-11-16 20:40:49 +0000
commitffb2382b8f0d2b8bccab921e2717924db2739834 (patch)
tree7ee964b59898a7e3dc14df0badc83e0b02b3a70a
parentShow more than 3 commits in 1 message speficially designed for doing so (diff)
signature
Add missing ")"
-rw-r--r--modules/github.py2
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