fix formatting on 'and'
otherwise we break urls in IRC Change-Id: I22cb949c4c022be65b2c0fdafc6f29ef5d4fbe16
This commit is contained in:
parent
a04553ee89
commit
4efd09a4e9
@ -136,7 +136,7 @@ class RecheckWatch(threading.Thread):
|
||||
event.project,
|
||||
event.url,
|
||||
", ".join(event.failed_job_names()),
|
||||
"and ".join(event.bug_urls())))
|
||||
" and ".join(event.bug_urls())))
|
||||
display = False
|
||||
for project in self._get_bug_projects(event.get_all_bugs()):
|
||||
if channel in self.channel_config.projects['all']:
|
||||
|
Loading…
Reference in New Issue
Block a user