Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 39f1fa6

Browse filesBrowse 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
Copy full SHA for 39f1fa6

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎scripts/help/cert-help-extraction.py

Copy file name to clipboardExpand all lines: scripts/help/cert-help-extraction.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.