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