fix bug i introduced that caused everleaf cash hands to fail
This commit is contained in:
@@ -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')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user