We don't need a "-" to separate PR title anymore

This commit is contained in:
jesopo 2019-03-02 08:31:06 +00:00
parent 7c63dbcf00
commit a30bc92b94

View file

@ -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):