Skip to content

Commit 7ffc9a5

Browse files
committed
remove breakpoints
1 parent d28e082 commit 7ffc9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/render_submissions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def get_pytest_info(path_to_logs, repo_name, branch_name):
6161
failure_string = test["call"]["longrepr"]
6262
# could use test['call']['traceback'] information and test['call']['crash'] for more info
6363
else:
64-
breakpoint()
64+
failure_string = ""
6565
duration = 0.0
6666
for action_key in ["setup", "call", "teardown"]:
6767
if action_key not in test:

0 commit comments

Comments
 (0)