mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-05-25 02:02:38 +00:00
Compare commits
1 Commits
translatio
...
file-metad
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
268efc952f |
@@ -1888,10 +1888,11 @@ class ThumbRenderer(QObject):
|
||||
self.driver.cache_manager.save_image(image, save_to_file, mode="RGBA")
|
||||
|
||||
except (
|
||||
UnidentifiedImageError,
|
||||
DecompressionBombError,
|
||||
ValueError,
|
||||
AssertionError,
|
||||
ChildProcessError,
|
||||
DecompressionBombError,
|
||||
UnidentifiedImageError,
|
||||
ValueError,
|
||||
) as e:
|
||||
logger.error("Couldn't render thumbnail", filepath=filepath, error=type(e).__name__)
|
||||
image = None
|
||||
|
||||
Reference in New Issue
Block a user