Closed RipRyness closed 8 years ago
The check of the file extension against the expected image format is more user friendly if it is case insensitive.
This breaks tests - if the file has no extension, this calls .lower() on NoneType
.lower()
Closing; tests break.
The check of the file extension against the expected image format is more user friendly if it is case insensitive.