Skip to content

Commit cd9a9d6

Browse files
authored
Update gen_index.py
1 parent eb6e827 commit cd9a9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/run-MDTF/scripts/gen_index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
file_path = os.path.join(pod_dir, f'{p}.html')
2424
if os.path.exists(file_path):
2525
print(p)
26-
index_file.write(f'<a href="{file_path}"> {p} </a>')
26+
index_file.write(f'<a href="{file_path}"> {p} </a> <br>')
2727

2828
index_file.close()

0 commit comments

Comments
 (0)