* morituri/common/task.py:

* morituri/image/cue.py:
	  Add logCategory.
	* morituri/image/image.py:
	  If subtasks had an exception, retrigger the exception and stop.
This commit is contained in:
Thomas Vander Stichele
2010-04-05 23:31:34 +00:00
parent 8ea1dc025d
commit f978907fcf
4 changed files with 22 additions and 0 deletions

View File

@@ -52,6 +52,8 @@ class Task(object, log.Loggable):
@ivar exception: set if an exception happened during the task
execution. Will be raised through run() at the end.
"""
logCategory = 'Task'
description = 'I am doing something.'
progress = 0.0