artresizer: restore incorrect change to exception handling from f751893b

This commit is contained in:
wisp3rwind 2022-03-22 21:26:53 +01:00
parent 40b3dd7152
commit 09101de397

View file

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