fix typo uncovered by pylint

This commit is contained in:
Adrian Sampson 2011-04-28 22:36:29 -07:00
parent 1f67dcd673
commit e588638e8e

View file

@ -1171,7 +1171,7 @@ class Album(BaseAlbum):
oldart = self.artpath
artdest = self.art_destination(path)
if oldart == artdest:
os.soft_remove(oldart)
util.soft_remove(oldart)
shutil.copyfile(syspath(path), syspath(artdest))
self.artpath = artdest