Fix typo.
This commit is contained in:
parent
ab9e86910c
commit
fac3138ff5
@ -59,7 +59,7 @@ def main():
|
||||
|
||||
source = os.getcwd()
|
||||
|
||||
with open(os.path.join('support', 'buildbot', 'buildconfig.json'), 'rt') as fp:
|
||||
with open(os.path.join('tools', 'buildbot', 'buildconfig.json'), 'rt') as fp:
|
||||
config_root = json.load(fp)
|
||||
|
||||
config = config_root.get(args.config, {})
|
||||
|
Loading…
Reference in New Issue
Block a user