mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 11:02:43 +01:00
fix typo uncovered by pylint
This commit is contained in:
parent
1f67dcd673
commit
e588638e8e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue