Skip to content

Commit

Permalink
Remove debugging info
Browse files Browse the repository at this point in the history
Signed-off-by: Cuong Nguyen <[email protected]>
  • Loading branch information
can-anyscale committed Apr 19, 2023
1 parent abee3bc commit 567b5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/ray_release/scripts/ray_bisect.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def _bisect(test_name: str, commit_list: List[str]) -> str:
def _sanity_check(test: Test, passing_revision: str, failing_revision: str) -> bool:
logger.info(
f"Sanity check passing revision: {passing_revision}"
f" and failing revision: {failing_revision})"
f" and failing revision: {failing_revision}"
)
outcomes = _run_test(test, [passing_revision, failing_revision])
return (
Expand Down

0 comments on commit 567b5e9

Please sign in to comment.