Add a space to make stud holecard printing perfect.

This commit is contained in:
Ray 2009-07-15 21:46:45 -04:00
parent 427999b69c
commit 12db3c0d55

View File

@ -733,6 +733,7 @@ class HoldemOmahaHand(Hand):
def writeHand(self, fh=sys.__stdout__):
# PokerStars format.
# TODO: board cards (in summary) not printed in correct order
super(HoldemOmahaHand, self).writeHand(fh)
players_who_act_preflop = set(([x[0] for x in self.actions['PREFLOP']]+[x[0] for x in self.actions['BLINDSANTES']]))