From 27f4503365c1c9ad2697feb9dcd0542f1f56a3d9 Mon Sep 17 00:00:00 2001 From: Steffen Schaumburg Date: Thu, 10 Mar 2011 04:29:38 +0100 Subject: [PATCH] remove return that cant be reached --- pyfpdb/PartyPokerToFpdb.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyfpdb/PartyPokerToFpdb.py b/pyfpdb/PartyPokerToFpdb.py index 1ea72130..c244f504 100755 --- a/pyfpdb/PartyPokerToFpdb.py +++ b/pyfpdb/PartyPokerToFpdb.py @@ -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