bnporc history always return an iterator
This commit is contained in:
parent
4bebb5de56
commit
bb2f1ee5ac
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ class BNPorc(Browser):
|
||||||
|
|
||||||
e = self.page.document.xpath('//form[@name="displayStatementForm"]/input[@name="_flowExecutionKey"]')
|
e = self.page.document.xpath('//form[@name="displayStatementForm"]/input[@name="_flowExecutionKey"]')
|
||||||
if len(e) != 1:
|
if len(e) != 1:
|
||||||
return
|
return iter([])
|
||||||
execution = e[0].attrib['value']
|
execution = e[0].attrib['value']
|
||||||
data = {'_eventId': 'changeOperationsPerPage',
|
data = {'_eventId': 'changeOperationsPerPage',
|
||||||
'newCategoryId': '',
|
'newCategoryId': '',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue