[Buildbot-commits] buildbot ChangeLog,1.333,1.334

Brian Warner warner at users.sourceforge.net
Wed Dec 8 04:15:27 UTC 2004


Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5309

Modified Files:
	ChangeLog 
Log Message:
(IrcStatusBot.getBuilder): catch the KeyError that happens when you ask for
a non-existent Builder, and translate it into a UsageError.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.333
retrieving revision 1.334
diff -u -d -r1.333 -r1.334
--- ChangeLog	8 Dec 2004 03:54:56 -0000	1.333
+++ ChangeLog	8 Dec 2004 04:15:24 -0000	1.334
@@ -1,5 +1,9 @@
 2004-12-07  Brian Warner  <warner at lothar.com>
 
+	* buildbot/status/words.py (IrcStatusBot.getBuilder): catch the
+	KeyError that happens when you ask for a non-existent Builder, and
+	translate it into a UsageError.
+
 	* buildbot/test/test_run.py (Disconnect.testBuild4): validate that
 	losing the slave in the middle of a remote step is handled too
 





More information about the Commits mailing list