7290: align warning with the image_dpi fix logic
This commit is contained in:
parent
36f84e1d0d
commit
2f5e221711
@ -119,7 +119,7 @@ def image_dpi(source):
|
||||
except ImportError:
|
||||
import logging
|
||||
logging.warning(_("WARNING: PIL module not loaded. "
|
||||
"Image cropping in report files will not be available."))
|
||||
"Image cropping in report files will be impaired."))
|
||||
else:
|
||||
try:
|
||||
img = PIL.Image.open(source)
|
||||
|
Loading…
Reference in New Issue
Block a user