Update TiffImagePlugin.py

This commit is contained in:
Conchylicultor 2020-07-01 14:05:47 -07:00 committed by GitHub
parent eb6faf6f02
commit 89fb0ee5aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)