add a debug line

This commit is contained in:
Thomas Vander Stichele
2009-05-16 07:31:57 +00:00
parent be1780f658
commit 0431cbe148

View File

@@ -135,6 +135,8 @@ class BaseMultiTask(Task):
Task.start(self, runner)
# initialize task tracking
if not self.tasks:
self.warning('no tasks')
self._task = 0
self.__tasks = self.tasks[:]
self._generic = self.description