mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix mypy complaint
This commit is contained in:
parent
d6ba45a42b
commit
b0047784dc
@ -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
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user