mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-09-24 21:17:02 +03:00
fmt
This commit is contained in:
parent
9240ec96c0
commit
8f202f107a
|
@ -99,7 +99,8 @@ else:
|
||||||
|
|
||||||
if __version__ != getattr(core, "PILLOW_VERSION", None):
|
if __version__ != getattr(core, "PILLOW_VERSION", None):
|
||||||
msg = (
|
msg = (
|
||||||
"The _imaging extension was built for another version of Pillow or PIL:\n"
|
"The _imaging extension was built for another version of "
|
||||||
|
"Pillow or PIL:\n"
|
||||||
f"Core version: {getattr(core, 'PILLOW_VERSION', None)}\n"
|
f"Core version: {getattr(core, 'PILLOW_VERSION', None)}\n"
|
||||||
f"Pillow version: {__version__}"
|
f"Pillow version: {__version__}"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user