diff --git a/kibot/config_reader.py b/kibot/config_reader.py index 5244befd..a4d50ef0 100644 --- a/kibot/config_reader.py +++ b/kibot/config_reader.py @@ -974,7 +974,7 @@ def print_preflights_help(rst): help, rest = reformat_text(help, ind_size) if rest: help += '\n'+rest - index = ':index:`: ` ' if rst else '' + index = f':index:`: ` ' if rst else '' print(f'- {extra}**{n}**: {index}{help}.') if options: print_output_options(n, options, ind_size, 'preflight - '+n)