Skip to content

Commit 24672a2

Browse files
nulanohugovk
andauthored
simplify output
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
1 parent d5a6b25 commit 24672a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PIL/features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def pilinfo(out=None, supported_formats=True):
270270
v = version(name)
271271
if v is not None:
272272
t = "compiled for" if name in ("pil", "jpg") else "loaded"
273-
print("---", feature, "support ok,", t, "version", v, file=out)
273+
print("---", feature, "support ok,", t, v, file=out)
274274
else:
275275
print("---", feature, "support ok", file=out)
276276
else:

0 commit comments

Comments
 (0)