fail if we don't have a toc

This commit is contained in:
Thomas Vander Stichele
2009-05-04 13:04:19 +00:00
parent b007882888
commit 6769480d2d

View File

@@ -11,6 +11,10 @@ def main():
runner.run(t)
print 'runner done', t.toc
if not t.toc:
print 'Failed to read TOC'
return
for track in t.toc.tracks:
print track._indexes