Skip to content

Commit eeb3d04

Browse files
authored
Merge pull request #8306 from radarhere/tag_v2
2 parents 0a03b77 + 617699f commit eeb3d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PIL/TiffImagePlugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1393,7 +1393,7 @@ def _setup(self) -> None:
13931393
logger.debug("- photometric_interpretation: %s", photo)
13941394
logger.debug("- planar_configuration: %s", self._planar_configuration)
13951395
logger.debug("- fill_order: %s", fillorder)
1396-
logger.debug("- YCbCr subsampling: %s", self.tag.get(YCBCRSUBSAMPLING))
1396+
logger.debug("- YCbCr subsampling: %s", self.tag_v2.get(YCBCRSUBSAMPLING))
13971397

13981398
# size
13991399
xsize = int(self.tag_v2.get(IMAGEWIDTH))

0 commit comments

Comments
 (0)