Fixed bug in imageconverter exception handling, closes #440
This commit is contained in:
@@ -121,6 +121,6 @@ class ImageConverter:
|
|||||||
return True
|
return True
|
||||||
else:
|
else:
|
||||||
raise ImageConversionError(
|
raise ImageConversionError(
|
||||||
"Error converting file {input_path} to jpeg at {output_path}: {error}"
|
f"Error converting file {input_path} to jpeg at {output_path}: {error}"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user