From e2cb4d8e799b01cfcbfc25c431f2a2433c947767 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Sun, 16 Apr 2017 22:54:20 +0300 Subject: [PATCH] Fix a bug caused by refactoring/flake8ing. --- pysollib/hint.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pysollib/hint.py b/pysollib/hint.py index 7fbb345c..2e776ef3 100644 --- a/pysollib/hint.py +++ b/pysollib/hint.py @@ -955,10 +955,10 @@ class FreeCellSolver_Hint(Base_Solver_Hint): else: m = re.match( '(?Pa card|(?P\d+) cards) ' - 'from (?Pstack|freecell)' + 'from (?Pstack|freecell) ' '(?P\d+) to ' - '(?Pthe foundations|(?Pfreecell|stack)' - ' (?P\d+))\s*', move_s) + '(?Pthe foundations|(?Pfreecell|stack) ' + '(?P\d+))\s*', move_s) if not m: continue