hand error in checkPlayerExists will tell you why it failed

This commit is contained in:
eblade 2009-02-20 02:44:06 -05:00
parent f0dc69250c
commit fe5045b14f

View File

@ -159,6 +159,7 @@ Card ranks will be uppercased
def checkPlayerExists(self,player):
if player not in [p[1] for p in self.players]:
print "checkPlayerExists", player, "fail"
raise FpdbParseError
def discardHoleCards(self, cards, player):