[pod] Bugfix for https://bugs.launchpad.net/appy/+bug/1244738.
This commit is contained in:
parent
f2571d2671
commit
477db8a21c
6 changed files with 1846 additions and 1835 deletions
|
@ -51,8 +51,9 @@ class BufferAction:
|
|||
self.subAction = None
|
||||
|
||||
def getExceptionLine(self, e):
|
||||
'''Gets the line describing exception p_e, containing the pathname of
|
||||
the exception class, the exception's message and line number.'''
|
||||
'''Gets the line describing exception p_e, containing the exception
|
||||
class, message and line number.'''
|
||||
return '%s: %s' % (e.__class__.__name__, str(e))
|
||||
return '%s.%s: %s' % (e.__module__, e.__class__.__name__, str(e))
|
||||
|
||||
def manageError(self, result, context, errorMessage, dumpTb=True):
|
||||
|
|
3676
pod/test/Tests.rtf
3676
pod/test/Tests.rtf
File diff suppressed because it is too large
Load diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue