Hand: Remove non-standard exception handler
That code should either crash or raise a FpdbParse* exception which will be caught at a higher level
This commit is contained in:
+2
-4
@@ -697,10 +697,8 @@ class HoldemOmahaHand(Hand):
|
||||
if self.cancelled:
|
||||
return
|
||||
|
||||
try: hhc.readBlinds(self)
|
||||
except:
|
||||
print _("*** Parse error reading blinds (check compilePlayerRegexs as a likely culprit)"), self
|
||||
return
|
||||
hhc.readBlinds(self)
|
||||
print _("*** Parse error reading blinds (check compilePlayerRegexs as a likely culprit)"), self
|
||||
|
||||
hhc.readAntes(self)
|
||||
hhc.readButton(self)
|
||||
|
||||
Reference in New Issue
Block a user