From 7e1e31bdddea3d30c3a61c0514298bfb1fdbbe6c Mon Sep 17 00:00:00 2001 From: Susanna Maria Hepp Date: Wed, 28 Dec 2016 15:30:57 +0100 Subject: [PATCH] E128: continuation line under-indented for visual indent? --- beetsplug/acousticbrainz.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beetsplug/acousticbrainz.py b/beetsplug/acousticbrainz.py index 3dea02fd2..725c55089 100644 --- a/beetsplug/acousticbrainz.py +++ b/beetsplug/acousticbrainz.py @@ -119,8 +119,8 @@ class AcousticPlugin(plugins.BeetsPlugin): def func(lib, opts, args): items = lib.items(ui.decargs(args)) - self._fetch_info(items, ui.should_write(), - opts.force_refetch or self.config['force']) + self._fetch_info(items, ui.should_write(), + opts.force_refetch or self.config['force']) cmd.parser.add_option( u'-f', u'--force', dest='force_refetch', action='store_true', default=False,