From 4006184385fa6dd40d4880e7308b82c09673624e Mon Sep 17 00:00:00 2001 From: jesopo Date: Fri, 28 Jun 2019 07:25:09 +0100 Subject: remove dangling "," left over from moving code --- modules/git_webhooks/github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/git_webhooks') diff --git a/modules/git_webhooks/github.py b/modules/git_webhooks/github.py index 7e3db56b..2b9c66f7 100644 --- a/modules/git_webhooks/github.py +++ b/modules/git_webhooks/github.py @@ -191,7 +191,7 @@ class GitHub(object): range_url = self._short_url( COMMIT_RANGE_URL % (full_name, first_id, last_id)) - single_url = COMMIT_URL % (full_name, "%s"), + single_url = COMMIT_URL % (full_name, "%s") return self._format_push(branch, author, data["commits"], data["forced"], single_url, range_url) -- cgit v1.3.1-10-gc9f91