We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f1fd9 commit 38529afCopy full SHA for 38529af
1 file changed
pelican/plugins/image_process/image_process.py
@@ -721,9 +721,7 @@ def try_open_image(path):
721
try:
722
i = Image.open(path)
723
except UnidentifiedImageError:
724
- logger.warning(
725
- f'{LOG_PREFIX} Source image "{path}" is not supported by Pillow.'
726
- )
+ logger.info(f'{LOG_PREFIX} Source image "{path}" is not supported by Pillow.')
727
raise
728
except FileNotFoundError:
729
logger.warning(f'{LOG_PREFIX} Source image "{path}" not found.')
0 commit comments