mirror of
https://github.com/beetbox/beets.git
synced 2026-02-19 13:56:22 +01:00
displayable_path clean up error
This commit is contained in:
parent
5fe012f27a
commit
5f5ee40172
1 changed files with 1 additions and 1 deletions
|
|
@ -1387,7 +1387,7 @@ def move_items(lib, dest, query, copy, album):
|
|||
entity = 'album' if album else 'item'
|
||||
log.info('{0} {1} {2}s.'.format(action, len(objs), entity))
|
||||
for obj in objs:
|
||||
log.debug(u'moving: {0}'.format(util.displayable_pathobj.path))
|
||||
log.debug(u'moving: {0}'.format(util.displayable_path(obj.path)))
|
||||
|
||||
obj.move(copy, basedir=dest)
|
||||
obj.store()
|
||||
|
|
|
|||
Loading…
Reference in a new issue