1
0
mirror of https://gitlab.com/openlp/packaging.git synced 2024-12-22 04:52:50 +00:00

try to load paths before exe

This commit is contained in:
Tomas Groth 2019-02-15 23:06:24 +01:00
parent fb4a66d47b
commit 888a61ec2b

View File

@ -63,10 +63,10 @@ class Builder(object):
"""
def __init__(self):
self.setup_args()
self.setup_paths()
self.setup_system_paths()
self.read_config()
self.setup_executables()
self.setup_paths()
self.setup_extra()
def _print(self, text, *args):