undo - make sure path names are quoted when passing to lsof

This commit is contained in:
Martin Konecny 2013-02-25 17:43:02 -05:00
parent deb50ea769
commit e35416b1e8
2 changed files with 3 additions and 2 deletions

View file

@ -170,7 +170,7 @@ def normalize_mutagen(path):
md['mime'] = m.mime[0] if len(m.mime) > 0 else u''
md['path'] = normpath(path)
# silence detect(set default queue in and out)
# silence detect(set default cue in and out)
try:
command = ['silan', '-f', 'JSON', md['path']]
proc = subprocess.Popen(command, stdout=subprocess.PIPE)