diff --git a/pysollib/hint.py b/pysollib/hint.py index 2fd2c859..22e21b10 100644 --- a/pysollib/hint.py +++ b/pysollib/hint.py @@ -844,7 +844,7 @@ try: import freecell_solver fc_solve_lib_obj = freecell_solver.FreecellSolver() use_fc_solve_lib = True -finally: +except BaseException: pass