mirror of
https://github.com/beetbox/beets.git
synced 2026-02-02 05:21:45 +01:00
wrap a path in displayable_path in commands
This commit is contained in:
parent
44e0e44108
commit
5d4e3396d2
1 changed files with 1 additions and 1 deletions
|
|
@ -772,7 +772,7 @@ class TerminalImportSession(importer.ImportSession):
|
|||
either an action constant or a TrackMatch object.
|
||||
"""
|
||||
print_()
|
||||
print_(task.item.path)
|
||||
print_(displayable_path(task.item.path))
|
||||
candidates, rec = task.candidates, task.rec
|
||||
|
||||
# Take immediate action if appropriate.
|
||||
|
|
|
|||
Loading…
Reference in a new issue