* morituri/common/task.py:

Make SyncRunner wrap start() so we correctly handle any
	  exception being thrown.
This commit is contained in:
Thomas Vander Stichele
2009-09-11 12:08:02 +00:00
parent d9530cb82a
commit ac9d8f194d
2 changed files with 17 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2009-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/task.py:
Make SyncRunner wrap start() so we correctly handle any
exception being thrown.
2009-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/checksum.py: