Changeset 475


Ignore:
Timestamp:
24-05-11 12:41:54 (2 years ago)
Author:
thomas
Message:
  • morituri/image/image.py: Actually set exception so MultiTask? tells us what went wrong.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r474 r475  
     12011-05-24  Thomas Vander Stichele  <thomas at apestaart dot org> 
     2 
     3        * morituri/image/image.py: 
     4          Actually set exception so MultiTask tells us what went wrong. 
     5 
    162011-05-24  Thomas Vander Stichele  <thomas at apestaart dot org> 
    27 
  • trunk/morituri/image/image.py

    r473 r475  
    169169        try: 
    170170            length, qformat = sink.query_duration(self.gst.FORMAT_DEFAULT) 
    171         except self.gst.QueryError: 
     171        except self.gst.QueryError, e: 
    172172            self.info('failed to query duration of %r' % self._path) 
     173            self.setException(e) 
    173174            raise 
    174175 
Note: See TracChangeset for help on using the changeset viewer.