mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +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
|
||||
|
||||
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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user