Actually use colored state
in formatted line
This commit is contained in:
parent
e4a4b193fe
commit
1ad9bd2047
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ class Module(ModuleManager.BaseModule):
|
|||
|
||||
event["stdout"].write(
|
||||
"(%s pull#%s, %s) %s → %s [%s/%s] %s %s" % (
|
||||
repo, number, page.data["state"], branch_from, branch_to,
|
||||
repo, number, state, branch_from, branch_to,
|
||||
added, removed, page.data["title"], url))
|
||||
def _gh_get_pull(self, username, repository, number):
|
||||
return utils.http.request(
|
||||
|
|
Loading…
Reference in a new issue