mirror of
https://github.com/beetbox/beets.git
synced 2025-12-20 07:34:28 +01:00
merge fix from master
This commit is contained in:
commit
a1ae84ec8f
1 changed files with 2 additions and 2 deletions
|
|
@ -275,8 +275,8 @@ class Item(object):
|
|||
read_path = normpath(read_path)
|
||||
try:
|
||||
f = MediaFile(syspath(read_path))
|
||||
except Exception as exc:
|
||||
log.error(u'failed reading file: {0}'.format(
|
||||
except Exception:
|
||||
log.debug(u'failed reading file: {0}'.format(
|
||||
displayable_path(read_path))
|
||||
)
|
||||
raise
|
||||
|
|
|
|||
Loading…
Reference in a new issue