Skip to content

Commit e8040a7

Browse files
authored
Merge pull request #8666 from radarhere/imagefile_tile
2 parents bd4fd58 + aef6df2 commit e8040a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/test_file_jpeg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ def decode(
10371037

10381038
with Image.open(TEST_FILE) as im:
10391039
im.tile = [
1040-
("INFINITE", (0, 0, 128, 128), 0, ("RGB", 0, 1)),
1040+
ImageFile._Tile("INFINITE", (0, 0, 128, 128), 0, ("RGB", 0, 1)),
10411041
]
10421042
ImageFile.LOAD_TRUNCATED_IMAGES = True
10431043
im.load()

0 commit comments

Comments
 (0)