Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commita7e006c

Browse files
authored
fix: fix displayed file path
1 parentc71602e commita7e006c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.scripts/summarize_progress/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def format_line_directory(dirname: str) -> str:
159159

160160
filedict_sorted=dict(sorted(filedict.items()))
161161
forfilename,filedatainfiledict_sorted.items():
162-
file_path=f"{dirname}/{filename}"
162+
file_path=f"{dirname}/{filename}"ifdirnameelsefilename
163163
po_link=f"https://github.com/python/python-docs-zh-tw/tree/3.13/{file_path}"
164164
issue_link=filedata['issue']
165165
issue_number=f"#{issue_link.split('/')[-1]}"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp