4
0
mirror of https://github.com/QuasarApp/QuasarAppCI.git synced 2025-05-03 08:49:38 +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 = {} 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):