Changeset 367 for trunk/morituri/program/cdparanoia.py
- Timestamp:
- 08-04-10 23:06:52 (3 years ago)
- File:
-
- 1 edited
-
trunk/morituri/program/cdparanoia.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/morituri/program/cdparanoia.py
r352 r367 406 406 self.quality = max(self.tasks[0].quality, self.tasks[2].quality) 407 407 self.peak = self.tasks[4].peak 408 self.debug('peak: %r', self.peak) 408 409 409 410 self.testchecksum = c1 = self.tasks[1].checksum … … 425 426 except Exception, e: 426 427 self._exception = e 428 else: 429 self.debug('stop: exception %r', self.exception) 427 430 428 431 task.MultiSeparateTask.stop(self)
Note: See TracChangeset
for help on using the changeset viewer.
