apparently this can also throw indexerror

This commit is contained in:
Thomas Vander Stichele
2009-12-09 17:37:41 +00:00
parent ace1a096bf
commit 83027a710a

View File

@@ -249,7 +249,7 @@ class ImageEncodeTask(task.MultiSeparateTask):
htoa = cue.table.tracks[0].indexes[0]
self.debug('encoding htoa track')
add(htoa)
except IndexError:
except (KeyError, IndexError):
self.debug('no htoa track')
pass