* morituri/common/task.py:

Add exceptionMessage on Task to store the result of
	  log.getExceptionMessage when the stack is still valid.
This commit is contained in:
Thomas Vander Stichele
2009-10-16 21:39:19 +00:00
parent bb5ed0500b
commit 757c3aba15
2 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,9 @@
2009-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/task.py:
Add exceptionMessage on Task to store the result of
log.getExceptionMessage when the stack is still valid.
2009-09-26 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac: