From c80bb3ac3f9d42fb7d59e1faf8a26b3e1ab538b3 Mon Sep 17 00:00:00 2001 From: Worros Date: Tue, 1 Sep 2009 18:35:40 +0800 Subject: [PATCH] sys.exit() in Hand.addShownCards() has to be wrong --- pyfpdb/Hand.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyfpdb/Hand.py b/pyfpdb/Hand.py index cf5f3317..ea65c071 100644 --- a/pyfpdb/Hand.py +++ b/pyfpdb/Hand.py @@ -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)