[Lsb-messages] /var/www/bzr/lsb/devel/buildbot-config r184: Fix chained constructor call.

Jeff Licquia licquia at linuxfoundation.org
Fri Jan 27 22:06:43 UTC 2012


------------------------------------------------------------
revno: 184
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: buildbot-config
timestamp: Fri 2012-01-27 17:06:43 -0500
message:
  Fix chained constructor call.
modified:
  lfbuildbot.py
-------------- next part --------------
=== modified file 'lfbuildbot.py'
--- a/lfbuildbot.py	2012-01-27 21:40:20 +0000
+++ b/lfbuildbot.py	2012-01-27 22:06:43 +0000
@@ -163,7 +163,7 @@
 
     def __init__(self, name, builderNames, jobdir, repos, archs, indep_prj, 
                  indep_arch, prop_dict={}):
-        BaseScheduler.__init__(self, name, prop_dict)
+        BaseScheduler.__init__(self, name, builderNames, prop_dict)
         self.builderNames = builderNames
         self.jobdir = jobdir
         self.repos = repos



More information about the lsb-messages mailing list