From a30bc92b94b1a047732e1793f58af410948d51d6 Mon Sep 17 00:00:00 2001 From: jesopo Date: Sat, 2 Mar 2019 08:31:06 +0000 Subject: We don't need a "-" to separate PR title anymore --- modules/github/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/github/__init__.py b/modules/github/__init__.py index c13514d8..8e9e6f09 100644 --- a/modules/github/__init__.py +++ b/modules/github/__init__.py @@ -143,7 +143,7 @@ class Module(ModuleManager.BaseModule): url = self._short_url(page.data["html_url"]) event["stdout"].write( - "(%s pull#%s, %s) %s → %s [%s/%s] - %s %s" % ( + "(%s pull#%s, %s) %s → %s [%s/%s] %s %s" % ( repo, number, page.data["state"], branch_from, branch_to, added, removed, page.data["title"], url)) def _gh_get_pull(self, username, repository, number): -- cgit v1.3.1-10-gc9f91