Ensure the component is loaded first
This commit is contained in:
parent
aeacbad4a0
commit
6f06f48ac6
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ def load_order_components(components):
|
|||
load_order.update(comp_load_order)
|
||||
|
||||
# Push some to first place in load order
|
||||
for comp in ('recorder', 'introduction'):
|
||||
for comp in ('logger', 'recorder', 'introduction'):
|
||||
if comp in load_order:
|
||||
load_order.promote(comp)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue