This commit is contained in:
Raffson 2024-04-13 19:52:38 +02:00
parent 3cf4729f64
commit 377d0a2fad
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -86,7 +86,7 @@ def capture_fuzz_failures(solver: IpSolver) -> Iterator[None]:
WaypointSolverTestCaseReducer(
solver.debug_output_directory, test_case_directory
).reduce()
ex.add_note(f"Reduced test case was written to {test_case_directory}") # type: ignore
ex.add_note(f"Reduced test case was written to {test_case_directory}")
raise