mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-14 03:21:44 +03:00
Update TiffImagePlugin.py
This commit is contained in:
parent
eb6faf6f02
commit
89fb0ee5aa
|
@ -776,7 +776,7 @@ class ImageFileDirectory_v2(MutableMapping):
|
||||||
self.tagtype[tag] = typ
|
self.tagtype[tag] = typ
|
||||||
|
|
||||||
msg += " - value: " + (
|
msg += " - value: " + (
|
||||||
"<table: %d bytes>" % size if size > 32 else str(data)
|
"<table: %d bytes>" % size if size > 32 else repr(data)
|
||||||
)
|
)
|
||||||
logger.debug(msg)
|
logger.debug(msg)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user