From 3e4f3532a13b1b2c49c31bb18e51291e079c059b Mon Sep 17 00:00:00 2001 From: jesopo Date: Sat, 16 Feb 2019 09:06:29 +0000 Subject: Put spaces either side of arrow symbol, makes it easier to see (github) --- modules/github/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/github') diff --git a/modules/github/__init__.py b/modules/github/__init__.py index 81bbed4d..abb561e4 100644 --- a/modules/github/__init__.py +++ b/modules/github/__init__.py @@ -129,7 +129,7 @@ class Module(ModuleManager.BaseModule): url = self._short_url(page.data["html_url"]) event["stdout"].write( - "(%s/%s pull#%s, %s) [%s/%s] %s→%s - %s %s" % ( + "(%s/%s pull#%s, %s) [%s/%s] %s → %s - %s %s" % ( username, repository, number, page.data["state"], added, removed, repo_from, repo_to, page.data["title"], url)) def _gh_get_pull(self, username, repository, number): -- cgit v1.3.1-10-gc9f91