mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-03 08:49:38 +00:00
fix shedullers
This commit is contained in:
parent
bce92a37b2
commit
caeaa2de4c
@ -7,8 +7,8 @@ class BuildBotShedulers(BuildBotModule):
|
|||||||
codebases = {}
|
codebases = {}
|
||||||
shedulers = []
|
shedulers = []
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self, masterConf):
|
||||||
BuildBotModule.__init__(self)
|
BuildBotModule.__init__(self, masterConf)
|
||||||
|
|
||||||
def addScheduler(self, prop, worker):
|
def addScheduler(self, prop, worker):
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user