* morituri/common/task.py:

Wrap exceptions during tasks in a TaskException, storing the
	  message, for improved error reporting later on.
This commit is contained in:
Thomas Vander Stichele
2010-04-04 23:10:44 +00:00
parent 96e5fb2c2c
commit 6ae35a7a08
2 changed files with 32 additions and 10 deletions

View File

@@ -1,3 +1,9 @@
2010-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/task.py:
Wrap exceptions during tasks in a TaskException, storing the
message, for improved error reporting later on.
2010-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
* doc/Makefile.am: