Skip to content

Commit 9a83c64

Browse files
committed
bug?
1 parent 502c328 commit 9a83c64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/render_submissions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def render_mds(overwrite_previous, subfolder="docs"):
246246
submission_page = submission_table_header.format(
247247
display_name=display_name, split=split
248248
) + (
249-
f"| {repo_name} | No; Failed to clone. | - | - | "
249+
f"\n| {repo_name} | No; Failed to clone. | - | - | "
250250
f"[Analysis](/{f'analysis_{org_name}_{branch_name}_{repo_name}'}) | "
251251
f"[Github]({github_hyperlink}) |"
252252
)
@@ -331,7 +331,7 @@ def render_mds(overwrite_previous, subfolder="docs"):
331331

332332
leaderboard_filepath = os.path.join(subfolder, "analysis.md")
333333
with open(leaderboard_filepath, "w") as wf:
334-
wf.write(leaderboard["lite"] + leaderboard["all"])
334+
wf.write(leaderboard["lite"] + "\n\n" + leaderboard["all"])
335335

336336

337337
def get_args():

0 commit comments

Comments
 (0)