diff --git a/morituri/program/cdparanoia.py b/morituri/program/cdparanoia.py index affec85..406d6d9 100644 --- a/morituri/program/cdparanoia.py +++ b/morituri/program/cdparanoia.py @@ -586,7 +586,7 @@ class AnalyzeTask(ctask.PopenTask): self.command = ['cdparanoia', '-A'] if device: self.command += ['-d', device] - + def commandMissing(self): raise common.MissingDependencyException('cdparanoia') diff --git a/morituri/rip/drive.py b/morituri/rip/drive.py index eb8229c..0ed133d 100644 --- a/morituri/rip/drive.py +++ b/morituri/rip/drive.py @@ -68,7 +68,7 @@ class Analyze(logcommand.LogCommand): info = drive.getDeviceInfo(self.options.device) if not info: return - + self.stdout.write( 'Adding drive cache behaviour to configuration file.\n')