l10n: another missed gettextify in betfairtofpdb
This commit is contained in:
parent
772f124a29
commit
4cae54a086
|
@ -164,7 +164,7 @@ class Betfair(HandHistoryConverter):
|
||||||
def readBringIn(self, hand):
|
def readBringIn(self, hand):
|
||||||
m = self.re_BringIn.search(hand.handText,re.DOTALL)
|
m = self.re_BringIn.search(hand.handText,re.DOTALL)
|
||||||
if m:
|
if m:
|
||||||
logging.debug("Player bringing in: %s for %s" %(m.group('PNAME'), m.group('BRINGIN')))
|
logging.debug(_("Player bringing in: %s for %s" %(m.group('PNAME'), m.group('BRINGIN'))))
|
||||||
hand.addBringIn(m.group('PNAME'), m.group('BRINGIN'))
|
hand.addBringIn(m.group('PNAME'), m.group('BRINGIN'))
|
||||||
else:
|
else:
|
||||||
logging.warning(_("No bringin found"))
|
logging.warning(_("No bringin found"))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user