fix bug i introduced that caused everleaf cash hands to fail
This commit is contained in:
parent
1656a0e6d1
commit
e3be7db2a0
|
@ -149,7 +149,6 @@ or None if we fail to get the info """
|
||||||
t = self.re_TourneyInfoFromFilename.search(self.in_path)
|
t = self.re_TourneyInfoFromFilename.search(self.in_path)
|
||||||
if t:
|
if t:
|
||||||
tourno = t.group('TOURNO')
|
tourno = t.group('TOURNO')
|
||||||
if tourno: # we're a tourney, yay
|
|
||||||
hand.tourNo = tourno
|
hand.tourNo = tourno
|
||||||
hand.tablename = t.group('TABLE')
|
hand.tablename = t.group('TABLE')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user