Qt qtwebengine-chromium repo reports:
', f'\t', f'\t', '\t', 'Backports for {len(sorted_cves)} security bugs in Chromium:
', '\t' ] # Initialize the text wrapper to 100 columns. # expand_tabs=False ensures we don't accidentally overwrite literal \t characters. wrapper = textwrap.TextWrapper( width=100, initial_indent='\t ', subsequent_indent='\t\t', expand_tabs=False, break_long_words=False, break_on_hyphens=False ) for cve in sorted_cves: # Pass the raw un-indented string, and let TextWrapper handle both the indent and the wrap lines.append(wrapper.fill(f'
', '\t- {cve}: {cve_dict[cve]}
')) lines.extend([ '\t