* examples/ARcue.py:

Error out when the file doesn't exist.
	* morituri/common/task.py:
	  Drag the lake.
	  Clean up prints.
This commit is contained in:
Thomas Vander Stichele
2009-04-11 12:54:45 +00:00
parent 43acc5b6f5
commit 7860fe275b
3 changed files with 10 additions and 11 deletions

View File

@@ -55,9 +55,9 @@ def main(path):
frameLength=length * task.FRAMES_PER_DISC_FRAME)
if not crctask:
print 'error: path %s not found' % file.path
print 'ERROR: path %s not found' % file.path
continue
print 'Analyzing', file.path, "from CD frame ", offset, length, "CD frames"
runner = task.SyncRunner(crctask)
runner.run()