From 4efd09a4e9bfad04ca53bd053d2ce5d50a0924ea Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 12 Mar 2014 16:34:58 -0400 Subject: [PATCH] fix formatting on 'and' otherwise we break urls in IRC Change-Id: I22cb949c4c022be65b2c0fdafc6f29ef5d4fbe16 --- elastic_recheck/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elastic_recheck/bot.py b/elastic_recheck/bot.py index 91f1804f..a84151f1 100755 --- a/elastic_recheck/bot.py +++ b/elastic_recheck/bot.py @@ -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']: