mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
displayable_path clean up error
This commit is contained in:
parent
1b47fb9f1a
commit
2100dab379
1 changed files with 1 additions and 1 deletions
|
|
@ -1394,7 +1394,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