Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Commit fae1e38

Browse files
authored
Update post_render.py
1 parent 2686e8a commit fae1e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/post_render.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def main():
1313
for path in md_files:
1414
github_base_url = "https://github.com/PaloAltoNetworks/pan-cortex-data-lake-python/blob/master/pan_cortex_data_lake"
1515
github_file_path = path.split("/reference")[1].replace(".md", ".py")
16-
custom_edit_url = f"{github_base_url}{github_file_path}"
16+
custom_edit_url = f"{github_base_url}{github_file_path}" # noqa: E999
1717
proc = EditFrontMatter(file_path=path, template_str=template_str)
1818
proc.run({"custom_edit_url": custom_edit_url})
1919
proc.writeFile(path)

0 commit comments

Comments
 (0)