Ignore:
Timestamp:
08-04-10 23:06:52 (3 years ago)
Author:
thomas
Message:
  • morituri/program/cdparanoia.py: Add some debug.
  • morituri/common/encode.py: Add more debug. Handle the case where peak is full scale, and peakdB thus 0, which triggered not setting self.peak.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/morituri/program/cdparanoia.py

    r352 r367  
    406406            self.quality = max(self.tasks[0].quality, self.tasks[2].quality) 
    407407            self.peak = self.tasks[4].peak 
     408            self.debug('peak: %r', self.peak) 
    408409 
    409410            self.testchecksum = c1 = self.tasks[1].checksum 
     
    425426            except Exception, e: 
    426427                self._exception = e 
     428        else: 
     429            self.debug('stop: exception %r', self.exception) 
    427430 
    428431        task.MultiSeparateTask.stop(self) 
Note: See TracChangeset for help on using the changeset viewer.