fix bug i introduced that caused everleaf cash hands to fail

This commit is contained in:
Eric Blade 2010-02-01 09:17:42 -05:00
parent 1656a0e6d1
commit e3be7db2a0

View File

@ -149,7 +149,6 @@ or None if we fail to get the info """
t = self.re_TourneyInfoFromFilename.search(self.in_path)
if t:
tourno = t.group('TOURNO')
if tourno: # we're a tourney, yay
hand.tourNo = tourno
hand.tablename = t.group('TABLE')