mirror of
https://github.com/beetbox/beets.git
synced 2025-12-30 12:32:33 +01:00
PEP8 amendments
This commit is contained in:
parent
629a80a1d1
commit
413fe6bbfd
1 changed files with 2 additions and 2 deletions
|
|
@ -671,8 +671,8 @@ class ImportTask(BaseImportTask):
|
|||
self.old_paths = [item.path for item in items]
|
||||
|
||||
# Keep track of paths of all original album art for the same reason.
|
||||
self.old_art_paths = set(filter(bool,
|
||||
(album.artpath for album in self.replaced_albums.values())))
|
||||
self.old_art_paths = set(filter(
|
||||
bool, (album.artpath for album in self.replaced_albums.values())))
|
||||
|
||||
for item in items:
|
||||
if move or copy or link:
|
||||
|
|
|
|||
Loading…
Reference in a new issue