fix for filterAnteBLindFold to return it's value

This commit is contained in:
eblade 2009-03-23 23:49:09 -04:00
parent 364a25773e
commit dca1ea7554

View File

@ -613,7 +613,7 @@ def filterAnteBlindFold(site,hand):
if foldeeName in line:
hand[i] = None
hand = [line for line in hand if line]
return [line for line in hand if line]
#end def filterAnteFold
def stripEOLspaces(str):