Skip to content

Commit a50e2a1

Browse files
committed
Fix filename in output file
1 parent f66fd43 commit a50e2a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/generate_input_format_doc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
def generate_markdown() -> str:
2222
out = (
2323
"# Input file format\n"
24-
f"<!-- Automatically generated by {__name__}.py. Do not edit manually. -->\n"
24+
f"<!-- Automatically generated by {Path(__file__).name}. Do not edit manually. -->\n"
2525
"<!-- markdownlint-disable MD013 -->\n"
2626
"<!-- markdownlint-disable MD033 -->\n"
2727
)

0 commit comments

Comments
 (0)