From 733c1839fb3e67dc79f5ad707d993efc9676194d Mon Sep 17 00:00:00 2001 From: Aaron Date: Mon, 13 Feb 2017 02:43:13 -0800 Subject: [PATCH] Addressed coding style issue. --- beetsplug/embedart.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/beetsplug/embedart.py b/beetsplug/embedart.py index 21fb0188c..6344dc2b9 100644 --- a/beetsplug/embedart.py +++ b/beetsplug/embedart.py @@ -74,12 +74,12 @@ class EmbedCoverArtPlugin(BeetsPlugin): print_() fmt = u'$albumartist - $album' - item_type = u'album' + istr = u'album' if opts.file: fmt = u'$albumartist - $album - $title' - item_type = u'file' + istr = u'file' prompt = u'Modify artwork for %i %s%s (y/n)?' % \ - (len(items), item_type, 's' if len(items) > 1 else '') + (len(items), istr, 's' if len(items) > 1 else '') # Show all the items. for item in items: