remove return that cant be reached
This commit is contained in:
parent
4c71fd7baf
commit
27f4503365
|
@ -197,7 +197,6 @@ class PartyPoker(HandHistoryConverter):
|
|||
log.error(_("Unable to recognise gametype from: '%s'") % tmp)
|
||||
log.error(_("determineGameType: Raising FpdbParseError"))
|
||||
raise FpdbParseError(_("Unable to recognise gametype from: '%s'") % tmp)
|
||||
return None
|
||||
|
||||
mg = m.groupdict()
|
||||
# translations from captured groups to fpdb info strings
|
||||
|
|
Loading…
Reference in New Issue
Block a user