[Buildbot-commits] buildbot/buildbot scheduler.py,1.18,1.19

Brian Warner warner at users.sourceforge.net
Fri Sep 15 14:50:25 UTC 2006


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

Modified Files:
	scheduler.py 
Log Message:
[project @ scheduler: add more asserts]

Original author: warner at lothar.com
Date: 2006-09-12 18:55:51

Index: scheduler.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/scheduler.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- scheduler.py	6 Sep 2006 00:41:54 -0000	1.18
+++ scheduler.py	15 Sep 2006 14:50:23 -0000	1.19
@@ -106,6 +106,7 @@
 
         BaseUpstreamScheduler.__init__(self, name)
         self.treeStableTimer = treeStableTimer
+        assert isinstance(builderNames, (list, tuple))
         for b in builderNames:
             assert isinstance(b, str)
         self.builderNames = builderNames





More information about the Commits mailing list