Skip to content

Commit

Permalink
[Fixed] Pre-flights configured before listing
Browse files Browse the repository at this point in the history
Now they have more complex strings that needs configured values
  • Loading branch information
set-soft committed Aug 19, 2024
1 parent 8d70e68 commit da84537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kibot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ def list_pre_and_outs(logger, outputs, do_config, only_names, only_pre, only_gro
pf = BasePreFlight.get_in_use_objs()
groups = RegOutput.get_groups()
if pf and not only_groups:
BasePreFlight.configure_all()
logger.info('Available pre-flights:')
for c in pf:
logger.info('- '+str(c))
Expand Down

0 comments on commit da84537

Please sign in to comment.