make sure we have a traceback

This commit is contained in:
Thomas Vander Stichele
2013-07-21 15:16:10 +02:00
parent a1fb4a6e70
commit d52b008751

View File

@@ -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