Skip to content

Commit

Permalink
remove breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
celine-lee committed Sep 25, 2024
1 parent d28e082 commit 7ffc9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/render_submissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7ffc9a5

Please sign in to comment.