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
1 changed files with 1 additions and 1 deletions

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):