mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-04 21:50:54 +03:00
Add --bugreport
argument to __main__.py to omit supported formats
This commit is contained in:
parent
380bc1766b
commit
5b20811cab
|
@ -1,5 +1,7 @@
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
|
import sys
|
||||||
|
|
||||||
from .features import pilinfo
|
from .features import pilinfo
|
||||||
|
|
||||||
pilinfo()
|
pilinfo(supported_formats="--bugreport" not in sys.argv)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user