[gnome-continuous] bot: whoops, replaced the wrong var
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous] bot: whoops, replaced the wrong var
- Date: Wed, 9 Oct 2013 21:30:39 +0000 (UTC)
commit ecd1608ba40282987a5d7ec73c3a86c69dfe861b
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Wed Oct 9 17:30:35 2013 -0400
bot: whoops, replaced the wrong var
extras/ircbot/bot.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extras/ircbot/bot.py b/extras/ircbot/bot.py
index a3ab23a..1fdf41e 100644
--- a/extras/ircbot/bot.py
+++ b/extras/ircbot/bot.py
@@ -130,7 +130,7 @@ class BuildGnomeOrg(irc.IRCClient):
success_str = success and 'successful' or 'failed'
msg = u"continuous:%s %s: %s in %.1f seconds. %s " \
- % (build_name, taskver, success_str, millis / 1000.0, status_msg)
+ % (taskname, build_name, success_str, millis / 1000.0, status_msg)
msg += "%s/%s/output.txt" % (self._workurl, metadata['path'])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]