print a showdown section if anyone showed any kind of hand (obv logic

not 100%, people can show cards without a showdown, but legacy importer
expects cards there, right?)

slight change to get through the horse test file
This commit is contained in:
Matt Turnbull
2009-03-14 15:02:23 +00:00
parent 6e01ebaee2
commit 51444f2ac4
2 changed files with 15 additions and 9 deletions
+4 -3
View File
@@ -501,10 +501,11 @@ Card ranks will be uppercased
#Some sites don't have a showdown section so we have to figure out if there should be one
# The logic for a showdown is: at the end of river action there are at least two players in the hand
# we probably don't need a showdown section in pseudo stars format for our filtering purposes
if 'SHOWDOWN' in self.actions:
if self.shown:
print >>fh, _("*** SHOW DOWN ***")
#TODO: Complete SHOWDOWN
for name in self.shown:
print >>fh, _("%s shows [%s] (a hand...)" % (name, " ".join(self.holecards[name]['PREFLOP'])))
# Current PS format has the lines:
# Uncalled bet ($111.25) returned to s0rrow
# s0rrow collected $5.15 from side pot