Minor regex update for raises in Everleaf

This commit is contained in:
Worros
2009-02-20 16:38:13 +09:00
parent e5ab933659
commit 77591788e4
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -158,6 +158,7 @@ Card ranks will be uppercased
def checkPlayerExists(self,player):
print "XXXX player: ", player
if player not in [p[1] for p in self.players]:
raise FpdbParseError