From e26abfeb71067caddb7dc9a917f15b9851952fbc Mon Sep 17 00:00:00 2001 From: Worros Date: Sat, 29 Jan 2011 03:17:55 +0800 Subject: [PATCH] FTP: Make re_SummarySitout ungreedy The line Seat 5: evv888 (button) is sitting out Was crashing as (button) was becoming part of the player name, Made the name match ungreedy, and allowed (button) as optional. --- pyfpdb/FulltiltToFpdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/FulltiltToFpdb.py b/pyfpdb/FulltiltToFpdb.py index 6d037505..56346673 100755 --- a/pyfpdb/FulltiltToFpdb.py +++ b/pyfpdb/FulltiltToFpdb.py @@ -105,7 +105,7 @@ class Fulltilt(HandHistoryConverter): ''' % substitutions, re.VERBOSE) re_Button = re.compile('^The button is in seat #(?P