mirror of
https://gitlab.com/openlp/packaging.git
synced 2024-12-22 04:52:50 +00:00
try to load config earlier
This commit is contained in:
parent
888a61ec2b
commit
6fc4e61f9f
@ -63,9 +63,9 @@ class Builder(object):
|
||||
"""
|
||||
def __init__(self):
|
||||
self.setup_args()
|
||||
self.read_config()
|
||||
self.setup_paths()
|
||||
self.setup_system_paths()
|
||||
self.read_config()
|
||||
self.setup_executables()
|
||||
self.setup_extra()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user