expand hand start print in PS to ensure it prints identifiable hand

This commit is contained in:
Steffen Schaumburg 2011-04-07 04:17:43 +02:00
parent 1bdf5b9a19
commit 9db1460797

View File

@ -182,7 +182,7 @@ class PokerStars(HandHistoryConverter):
info = {}
m = self.re_GameInfo.search(handText)
if not m:
tmp = handText[0:100]
tmp = handText[0:150]
log.error(_("Unable to recognise gametype from: '%s'") % tmp)
log.error("determineGameType: " + _("Raising FpdbParseError"))
raise FpdbParseError(_("Unable to recognise gametype from: '%s'") % tmp)