[Buildbot-commits] buildbot/buildbot interfaces.py,1.50,1.51
Brian Warner
warner at users.sourceforge.net
Thu Mar 1 09:06:18 UTC 2007
Update of /cvsroot/buildbot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32629/buildbot
Modified Files:
interfaces.py
Log Message:
[project @ IStatus.getBuilder: mention exceptions in the docstring]
Original author: warner at lothar.com
Date: 2007-03-01 09:03:00
Index: interfaces.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/interfaces.py,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- interfaces.py 11 Dec 2006 08:46:39 -0000 1.50
+++ interfaces.py 1 Mar 2007 09:06:15 -0000 1.51
@@ -111,7 +111,8 @@
def getBuilderNames(categories=None):
"""Return a list of the names of all current Builders."""
def getBuilder(name):
- """Return the IBuilderStatus object for a given named Builder."""
+ """Return the IBuilderStatus object for a given named Builder. Raises
+ KeyError if there is no Builder by that name."""
def getSlave(name):
"""Return the ISlaveStatus object for a given named buildslave."""
More information about the Commits
mailing list