hopefully now pass all tests

This commit is contained in:
paddywwoof 2019-08-11 18:28:11 +01:00
parent 4deb7a06fd
commit 662a8a6c1a

View File

@ -637,7 +637,7 @@ class TestFileJpeg(PillowTestCase):
# This image has some corrupt exif offsets that unpack to values greater
# than ssize_t on 32 bit systems
im = Image.open("Tests/images/corrupt_exif.jpg")
assert im is not None # if previous line fails then im will be undefined
assert im is not None # if previous line fails, im will be undefined so assert fail
def test_photoshop(self):
im = Image.open("Tests/images/photoshop-200dpi.jpg")