Skip to content

Commit

Permalink
Continue
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Jan 15, 2025
1 parent b39867f commit 683d475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/scripting/driver_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def help_solvers():
# with capture_output(capture_fd=True):
for s in solver_list:
if s == 'cplex_persistent':
pass
continue
# Log the solver being checked
print(f"Checking solver: {s}")
# Create a solver, and see if it is available
Expand Down

0 comments on commit 683d475

Please sign in to comment.