Add a missing space from irc messages

The previous commit forgot to add a space for the irc messages. This
commit fixes this oversight.

Change-Id: Ifb92bea6b79bbdb4428a790ab5fbbd8a7ae1dd4a
This commit is contained in:
Matthew Treinish 2013-10-23 11:19:55 -04:00
parent b2f24e72a1
commit a80f8cf3bb

View File

@ -114,7 +114,7 @@ class RecheckWatch(threading.Thread):
self.ircbot.send(channel, msg) self.ircbot.send(channel, msg)
def error_found(self, channel, data): def error_found(self, channel, data):
msg = ('%s change: %s failed tempest because of:' % ( msg = ('%s change: %s failed tempest because of: ' % (
data['change']['project'], data['change']['project'],
data['change']['url'])) data['change']['url']))
bug_urls = ['https://bugs.launchpad.net/bugs/%s' % x for x bug_urls = ['https://bugs.launchpad.net/bugs/%s' % x for x