8000 Update actions.py · doertail/basic-algo-lecture@79bf945 · GitHub
[go: up one dir, main page]

Skip to content

Commit 79bf945

Browse files
Update actions.py
1 parent 8e46d41 commit 79bf945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workbook/actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def gen_total_workbook(attrs):
132132
if len(attr) < 3: # No workbook
133133
f.write(f'| {attr[0]} | {attr[1]} | |\n')
134134
else:
135-
f.write(f'| {attr[0]} | [{attr[1]}](workbook/{attr[0].replace(' ', '%20')}.md) | {pbar} |\n')
135+
f.write(f'| {attr[0]} | [{attr[1]}](workbook/{attr[0].replace(" ", "%20")}.md) | {pbar} |\n')
136136

137137
attrs = parse_links()
138138
category = parse_category()

0 commit comments

Comments
 (0)
0