Skip to content

Commit 39f1fa6

Browse files
authored
Merge pull request #55 from mbaluda-org/cert-help
Ensure python 3.9 compatibility for cert-help-extraction.py
2 parents 36a4bdc + 16bfcce commit 39f1fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/help/cert-help-extraction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,4 +533,4 @@ def get_help(rule):
533533
update_help_file(parsed_help, [HeadingDiffUpdateSpec(heading, parsed_temp_help) for heading in second_level_headings] + [HeadingFormatUpdateSpec()])
534534

535535
temp_help_path.unlink()
536-
help_path.write_text(md.render(parsed_help), encoding='utf8', newline='\n')
536+
help_path.write_text(md.render(parsed_help), encoding='utf8')

0 commit comments

Comments
 (0)