mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 02:52:33 +01:00
E128: continuation line under-indented for visual indent?
This commit is contained in:
parent
165f2e189e
commit
7e1e31bddd
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue