From 65e208706232c9a62619711e08d2453eeee66c1c Mon Sep 17 00:00:00 2001 From: eblade Date: Tue, 24 Mar 2009 00:30:27 -0400 Subject: [PATCH] fix fix --- pyfpdb/fpdb_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/fpdb_import.py b/pyfpdb/fpdb_import.py index 2c33a841..059186b1 100644 --- a/pyfpdb/fpdb_import.py +++ b/pyfpdb/fpdb_import.py @@ -354,7 +354,7 @@ class Importer: else: #normal processing isTourney=fpdb_simple.isTourney(hand[0]) if not isTourney: - fpdb_simple.filterAnteBlindFold(site,hand) + hand = fpdb_simple.filterAnteBlindFold(site,hand) self.hand=hand try: