We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f66fd43 commit a50e2a1Copy full SHA for a50e2a1
1 file changed
docs/generate_input_format_doc.py
@@ -21,7 +21,7 @@
21
def generate_markdown() -> str:
22
out = (
23
"# Input file format\n"
24
- f"<!-- Automatically generated by {__name__}.py. Do not edit manually. -->\n"
+ f"<!-- Automatically generated by {Path(__file__).name}. Do not edit manually. -->\n"
25
"<!-- markdownlint-disable MD013 -->\n"
26
"<!-- markdownlint-disable MD033 -->\n"
27
)
0 commit comments