various fixes

This commit is contained in:
Romain Bignon 2010-03-29 15:30:34 +02:00
commit 163fe6913e
3 changed files with 2 additions and 3 deletions

View file

@ -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: