[gnome-continuous] bot: Fix a typo



commit 17a11a7b0baaee921622154c3e209e36c633ce87
Author: Colin Walters <walters verbum org>
Date:   Sun Sep 29 17:24:23 2013 -0400

    bot: Fix a typo

 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 74638db..b53f363 100644
--- a/extras/ircbot/bot.py
+++ b/extras/ircbot/bot.py
@@ -157,7 +157,7 @@ class BuildGnomeOrg(irc.IRCClient):
         if last_state is not None:
             last_success = last_state['success']
         else:
-            last_state = True
+            last_success = True
         success = new_state['success']
         success_changed = last_success != success
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]