From 7ffc9a53664b78bb7969d972f315ebe267e538c8 Mon Sep 17 00:00:00 2001 From: Celine Lee Date: Wed, 25 Sep 2024 17:40:02 -0400 Subject: [PATCH] remove breakpoints --- docs/render_submissions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/render_submissions.py b/docs/render_submissions.py index 0971c75..81b7409 100644 --- a/docs/render_submissions.py +++ b/docs/render_submissions.py @@ -61,7 +61,7 @@ def get_pytest_info(path_to_logs, repo_name, branch_name): failure_string = test["call"]["longrepr"] # could use test['call']['traceback'] information and test['call']['crash'] for more info else: - breakpoint() + failure_string = "" duration = 0.0 for action_key in ["setup", "call", "teardown"]: if action_key not in test: