fix whitespace
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user