10000 Update actions.py · sinnee/basic-algo-lecture@512d68a · GitHub
[go: up one dir, main page]

Skip to content

Commit 512d68a

Browse files
Update actions.py
1 parent 905fdc4 commit 512d68a

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
@@ -82,7 +82,7 @@ def gen_ind_workbook(attrs, category):
8282
prob_table += f'| {CATEGORY[category_idx]} | {prob_id} | [{prob_name}](https://www.acmicpc.net/problem/{prob_id}) | - |\n'
8383
else:
8484
solution_num += 1
85-
code_attr = f'[정답 코드]({file_path.replace(" ", "%20"}.cpp)'
85+
code_attr = f'[정답 코드]({file_path.replace(" ", "%20")}.cpp)'
8686
MAX_DIFFERENT_SOLUTION = 9
8787
for i in range(1, MAX_DIFFERENT_SOLUTION+1):
8888
if os.path.exists(file_path+'_'+str(i)+'.cpp'):

0 commit comments

Comments
 (0)
0