diff options
| author | 2019-02-16 09:06:29 +0000 | |
|---|---|---|
| committer | 2019-02-16 09:06:29 +0000 | |
| commit | 3e4f3532a13b1b2c49c31bb18e51291e079c059b (patch) | |
| tree | 89d41d2167b8cde750fa8a67e3674b062dfd39e7 /modules/github/__init__.py | |
| parent | Send `CAP REQ` in 10-item chunks (src/IRCServer.py) (diff) | |
| signature | ||
Put spaces either side of arrow symbol, makes it easier to see (github)
Diffstat (limited to 'modules/github/__init__.py')
| -rw-r--r-- | modules/github/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |
