4
0
mirror of https://github.com/QuasarApp/QuasarAppCI.git synced 2025-05-05 09:49:37 +00:00

fix shedullers

This commit is contained in:
Andrei Yankovich 2020-06-19 11:10:42 +03:00
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):