fix for filterAnteBLindFold to return it's value
This commit is contained in:
parent
364a25773e
commit
dca1ea7554
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user