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

Fix a bug with an unassigned var.

It prevented running the solver in mid play.
This commit is contained in:
Shlomi Fish 2016-02-19 18:15:28 +02:00
parent 8fcb811608
commit 81b37f8673

View file

@ -792,6 +792,7 @@ class FreeCellSolver_Hint(Base_Solver_Hint):
def calcBoardString(self):
game = self.game
game_type = self.game_type
board = ''
#
#