[SCM] morituri/master: add doc

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:09:21 UTC 2014


The following commit has been merged in the master branch:
commit d0c87c386131a1cea157422d6ba029842d890c50
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Tue Mar 15 22:41:08 2011 +0000

    add doc

diff --git a/morituri/common/task.py b/morituri/common/task.py
index 9adb31f..8783d68 100644
--- a/morituri/common/task.py
+++ b/morituri/common/task.py
@@ -109,7 +109,12 @@ class Task(object, log.Loggable):
             self._notifyListeners('described', description)
             self.description = description
 
+    # FIXME: does not actually raise
     def setAndRaiseException(self, exception):
+        """
+        Call this to set a synthetically created exception (and not one
+        that was actually raised and caught)
+        """
         import traceback
 
         stack = traceback.extract_stack()[:-1]

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list