sys.exit() in Hand.addShownCards() has to be wrong
This commit is contained in:
parent
63741468d0
commit
c80bb3ac3f
|
@ -472,7 +472,6 @@ Add a raise on [street] by [player] to [amountTo]
|
|||
For when a player shows cards for any reason (for showdown or out of choice).
|
||||
Card ranks will be uppercased
|
||||
"""
|
||||
import sys; sys.exit(1)
|
||||
log.debug("addShownCards %s hole=%s all=%s" % (player, cards, holeandboard))
|
||||
if cards is not None:
|
||||
self.addHoleCards(cards,player,shown, mucked)
|
||||
|
|
Loading…
Reference in New Issue
Block a user