Skip to content

Commit

Permalink
fix bad reference
Browse files Browse the repository at this point in the history
  • Loading branch information
0xkarmacoma committed Jan 22, 2025
1 parent 9355d09 commit 9859579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/halmos/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ def solve_end_to_end_callback(future: Future):
# we have a valid counterexample, so we are eligible for early exit
if args.early_exit:
debug(f"Shutting down {ctx.info.name}'s solver executor")
ctx.solver_executor.shutdown(wait=False)
ctx.solving_ctx.executor.shutdown(wait=False)
else:
warn_str = f"Counterexample (potentially invalid): {model}"
warn_code(COUNTEREXAMPLE_INVALID, warn_str)
Expand Down

0 comments on commit 9859579

Please sign in to comment.