1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

trap import error better [fix]

This commit is contained in:
Shlomi Fish 2020-06-17 20:15:39 +03:00
parent fcc55dfe56
commit db348ee91b

View file

@ -844,7 +844,7 @@ try:
import freecell_solver
fc_solve_lib_obj = freecell_solver.FreecellSolver()
use_fc_solve_lib = True
finally:
except BaseException:
pass