[SCM] morituri/master: make sure we have a traceback

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:10:07 UTC 2014


The following commit has been merged in the master branch:
commit d52b008751d96051630510519f273cf1841263f1
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sun Jul 21 15:16:10 2013 +0200

    make sure we have a traceback

diff --git a/morituri/common/checksum.py b/morituri/common/checksum.py
index 330af9d..e45550a 100644
--- a/morituri/common/checksum.py
+++ b/morituri/common/checksum.py
@@ -199,7 +199,7 @@ class ChecksumTask(log.Loggable, gstreamer.GstPipelineTask):
                 msg = 'did not get all samples, %d of %d missing' % (
                     self._sampleEnd - last, self._sampleEnd)
                 self.warning(msg)
-                self.setException(common.MissingFrames(msg))
+                self.setExceptionAndTraceback(common.MissingFrames(msg))
                 return
 
         self.checksum = self._checksum

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list