[pod,px] Complete tracebacks when errors occurs within for loops. [pod] xhtml2odt: removal of unnecessary spaces. [pod] xhtml2odt: bugfix in the automatic computation of table column widths.

This commit is contained in:
Gaetan Delannay 2015-03-13 17:38:05 +01:00
parent 8168306b57
commit 5beb60f145
17 changed files with 1916 additions and 1871 deletions

View file

@ -1105,7 +1105,7 @@ class ToolMixin(BaseMixin):
return '%s%s%s' % (name, timestamp, randomNumber)
def manageError(self, error):
'''Manages an error.'''
'''Manages an error'''
tb = sys.exc_info()
if error.type.__name__ == 'Unauthorized':
siteUrl = self.getSiteUrl()