mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-25 17:13:57 +00:00
Indentation fix
This commit is contained in:
@@ -359,8 +359,8 @@ class File(QtCore.QObject, Item):
|
||||
# image multiple times
|
||||
if (os.path.exists(new_filename) and
|
||||
os.path.getsize(new_filename) == len(data)):
|
||||
log.debug("Identical file size, not saving %r", image_filename)
|
||||
continue
|
||||
log.debug("Identical file size, not saving %r", image_filename)
|
||||
continue
|
||||
log.debug("Saving cover images to %r", image_filename)
|
||||
new_dirname = os.path.dirname(image_filename)
|
||||
if not os.path.isdir(new_dirname):
|
||||
|
||||
Reference in New Issue
Block a user