8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a181fa commit 1a524c9Copy full SHA for 1a524c9
.scripts/summarize_progress/main.py
@@ -98,7 +98,7 @@ def format_issue_link(url: str) -> str:
98
99
100
def format_line_file(dirname: str, filename: str, data: dict) -> str:
101
- return f"|[`{filename}`](https://github.com/python/python-docs-zh-tw/tree/3.13/{dirname}/{filename})"
+ return f"|[`{filename}`](https://github.com/python/python-docs-zh-tw/tree/3.13/{dirname}/{filename})" + \
102
f"|{data['progress']}|{format_issue_link(data['issue'])}|{data['assignee']}|\r\n"
103
104
0 commit comments