mirror of
https://github.com/beetbox/beets.git
synced 2026-01-03 14:32:55 +01:00
Add debug log for plugin paths
This commit is contained in:
parent
ee6fba1e82
commit
295ebc0bc6
1 changed files with 1 additions and 0 deletions
|
|
@ -921,6 +921,7 @@ def _load_plugins(config):
|
|||
"""
|
||||
paths = config['pluginpath'].get(confit.StrSeq(split=False))
|
||||
paths = map(util.normpath, paths)
|
||||
log.debug('plugin paths: {0}', util.displayable_path(paths))
|
||||
|
||||
import beetsplug
|
||||
beetsplug.__path__ = paths + beetsplug.__path__
|
||||
|
|
|
|||
Loading…
Reference in a new issue