wrap a path in displayable_path in commands

This commit is contained in:
Johnny Robeson 2016-06-28 23:28:58 -04:00
parent 44e0e44108
commit 5d4e3396d2

View file

@ -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.