[SCM] morituri/master: add a debug line

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:08:59 UTC 2014


The following commit has been merged in the master branch:
commit 0431cbe148ac1a67d0080b208bce2c895b695c1e
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sat May 16 07:31:57 2009 +0000

    add a debug line

diff --git a/morituri/common/task.py b/morituri/common/task.py
index b14dd5c..1ba2bd8 100644
--- a/morituri/common/task.py
+++ b/morituri/common/task.py
@@ -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

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list