From 7b103536827dcc2160c5cc780d0ec9680831c8c3 Mon Sep 17 00:00:00 2001 From: Steffen Schaumburg Date: Sun, 19 Dec 2010 08:59:10 +0100 Subject: [PATCH] Ongame: manually revert the regex change I made --- pyfpdb/OnGameToFpdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/OnGameToFpdb.py b/pyfpdb/OnGameToFpdb.py index 6076b912..5a229ea0 100755 --- a/pyfpdb/OnGameToFpdb.py +++ b/pyfpdb/OnGameToFpdb.py @@ -136,7 +136,7 @@ class OnGame(HandHistoryConverter): #lopllopl checks, Eurolll checks, .Lucchess checks. #chumley. calls $0.25 - self.re_Action = re.compile('(, )?(?P.*?)(?P bets| checks| raises| calls| folds)( (%(CUR)s)?(?P[\d\.]+))( and is all-in)?' % subst) + self.re_Action = re.compile('(, )?(?P.*?)(?P bets| checks| raises| calls| folds)( (%(CUR)s)?(?P[\d\.]+))?( and is all-in)?' % subst) #self.re_Board = re.compile(r"\[board cards (?P.+) \]") #Uchilka shows [ KC,JD ]