[sulfur] catch OSError exceptions on resize_image call
This commit is contained in:
@@ -2064,7 +2064,8 @@ class EntropyPackageView:
|
||||
try:
|
||||
resize_image(EntropyPackageView.ROW_HEIGHT, store_path,
|
||||
icon_path)
|
||||
except ValueError:
|
||||
except (ValueError, OSError,):
|
||||
# OSError = source file moved while copying
|
||||
return None
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user