[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:
parent
8168306b57
commit
5beb60f145
17 changed files with 1916 additions and 1871 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue