cue: load 'defaults' setup file last

This commit is contained in:
Ralph Lange
2020-05-28 15:06:15 +02:00
parent e1a52130a7
commit b7d282fe3b

2
cue.py
View File

@@ -527,9 +527,9 @@ def prepare(args):
host_info()
print('{0}Loading setup files{1}'.format(ANSI_YELLOW, ANSI_RESET))
source_set('defaults')
if 'SET' in os.environ:
source_set(os.environ['SET'])
source_set('defaults')
[complete_setup(mod) for mod in modlist()]