various fixes
This commit is contained in:
parent
9c923da16a
commit
163fe6913e
3 changed files with 2 additions and 3 deletions
|
|
@ -238,7 +238,7 @@ class ContactThreadPage(PageBase):
|
|||
self.browser['message'] = content
|
||||
|
||||
self.browser.submit() # submit current form
|
||||
except FormNotFoundError:
|
||||
except FormNotFoundError, e:
|
||||
error = 'Unknown error (%s)' % e
|
||||
p_list = self.document.getElementsByTagName('p')
|
||||
for p in p_list:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue