File diff fff211386f0a → 6703d1af87ad
tests/test_reports_fund.py
Show inline comments
...
 
@@ -193,7 +193,9 @@ def check_ods_sheet(sheet, account_balances, *, full):
 
        cells = iter(testutil.ODSCell.from_row(row))
 
        try:
 
            fund = next(cells).firstChild.text
 
        except (AttributeError, StopIteration):
 
        except AttributeError:
 
            fund = ''
 
        except StopIteration:
 
            continue
 
        try:
 
            balances = account_bals.pop(fund)