mirror of
https://github.com/beetbox/beets.git
synced 2025-12-28 11:32:30 +01:00
artresizer: restore incorrect change to exception handling from f751893b
This commit is contained in:
parent
40b3dd7152
commit
09101de397
1 changed files with 0 additions and 3 deletions
|
|
@ -612,9 +612,6 @@ class ArtResizer(metaclass=Shareable):
|
|||
result_path = self.local_method.convert_format(
|
||||
path_in, path_new, deinterlaced
|
||||
)
|
||||
except Exception:
|
||||
# FIXME: Should probably issue a warning?
|
||||
pass
|
||||
finally:
|
||||
if result_path != path_in:
|
||||
os.unlink(path_in)
|
||||
|
|
|
|||
Loading…
Reference in a new issue