mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 11:02:43 +01:00
removed over-indentation
This commit is contained in:
parent
73554acfb0
commit
58ea48aa3b
1 changed files with 1 additions and 1 deletions
|
|
@ -1131,7 +1131,7 @@ def _load_plugins(options, config):
|
|||
# Exclude any plugins that were specified on the command line
|
||||
if options.exclude is not None:
|
||||
plugin_list = [p for p in plugin_list
|
||||
if p not in options.exclude.split(',')]
|
||||
if p not in options.exclude.split(',')]
|
||||
|
||||
plugins.load_plugins(plugin_list)
|
||||
return plugins
|
||||
|
|
|
|||
Loading…
Reference in a new issue