From 7db09c6abae9482acea0e8b2d6284943c2bbfe22 Mon Sep 17 00:00:00 2001 From: David Logie Date: Sat, 9 Sep 2017 19:13:44 +0100 Subject: [PATCH] Silence pep8 warning. --- beetsplug/mbcollection.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/beetsplug/mbcollection.py b/beetsplug/mbcollection.py index 9c13b66fd..bd6e84188 100644 --- a/beetsplug/mbcollection.py +++ b/beetsplug/mbcollection.py @@ -81,7 +81,8 @@ class MusicBrainzCollectionPlugin(BeetsPlugin): collection = self.config['collection'].as_str() if collection: if collection not in collection_ids: - raise ui.UserError(u'invalid collection ID: {0}'.format(collection)) + raise ui.UserError(u'invalid collection ID: {}' + .format(collection)) return collection # No specified collection. Just return the first collection ID