lcl fix stop parsing not transactions lines
This commit is contained in:
parent
dd1173e2f2
commit
291acb53bc
1 changed files with 1 additions and 0 deletions
|
|
@ -223,6 +223,7 @@ class AccountHistoryPage(LoggedPage, HTMLPage):
|
|||
def condition(self):
|
||||
return self.parent.get_colnum('date') is not None and \
|
||||
len(self.el.findall('td')) >= 3 and \
|
||||
self.el.get('class') and \
|
||||
not 'tableTr' in self.el.get('class')
|
||||
|
||||
def validate(self, obj):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue