From f9bf1d03e8fa50fead8fa67b06209a1094f7835f Mon Sep 17 00:00:00 2001 From: jesopo Date: Wed, 16 Jan 2019 22:14:26 +0000 Subject: Correct order of string formatting for github membership events (github.py) --- modules/github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/github.py b/modules/github.py index e21d4a52..849adaa2 100644 --- a/modules/github.py +++ b/modules/github.py @@ -395,5 +395,5 @@ class Module(ModuleManager.BaseModule): def membership(self, event, organisation, data): return ["%s %s %s to team %s" % - (data["action"], data["sender"]["login"], data["member"]["login"], + (data["sender"]["login"], data["action"], data["member"]["login"], data["team"]["name"])] -- cgit v1.3.1-10-gc9f91