From 17bb6df137dcef73cdaaaf834ddbb4eee4a9b82d Mon Sep 17 00:00:00 2001 From: Laurent Monin Date: Sat, 28 Dec 2013 12:36:41 +0100 Subject: [PATCH] Indentation fix --- picard/file.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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):