try to load config earlier

This commit is contained in:
Tomas Groth 2019-02-15 23:12:48 +01:00
parent 888a61ec2b
commit 6fc4e61f9f
1 changed files with 1 additions and 1 deletions

View File

@ -63,9 +63,9 @@ class Builder(object):
""" """
def __init__(self): def __init__(self):
self.setup_args() self.setup_args()
self.read_config()
self.setup_paths() self.setup_paths()
self.setup_system_paths() self.setup_system_paths()
self.read_config()
self.setup_executables() self.setup_executables()
self.setup_extra() self.setup_extra()