diff --git a/picard/file.py b/picard/file.py index 620bcfa59..041bc7621 100644 --- a/picard/file.py +++ b/picard/file.py @@ -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):