unimplemented is more meaningful warning

This commit is contained in:
Matt Turnbull 2008-12-05 02:42:13 +00:00
parent 862502cdc0
commit 47e2fd053a

View File

@ -162,7 +162,7 @@ class Everleaf(HandHistoryConverter):
# mct: do we need to keep bet distinct from raise?
# hand.actions[street] += [[action.group('PNAME'), action.group('ATYPE'), action.group('BET')]]
else:
print "DEBUG: unexpected readAction: %s %s" %(action.group('PNAME'),action.group('ATYPE'),)
print "DEBUG: unimplemented readAction: %s %s" %(action.group('PNAME'),action.group('ATYPE'),)
hand.actions[street] += [[action.group('PNAME'), action.group('ATYPE')]]
#print "DEBUG: readAction: %s " %(hand.actions)