mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
Merge pull request #4427 from jdufresne/str
Remove redundant str() call
This commit is contained in:
commit
6bcc5bf150
|
@ -8,4 +8,4 @@ def pytest_report_header(config):
|
|||
features.pilinfo(out=out, supported_formats=False)
|
||||
return out.getvalue()
|
||||
except Exception as e:
|
||||
return "pytest_report_header failed: %s" % str(e)
|
||||
return "pytest_report_header failed: %s" % e
|
||||
|
|
Loading…
Reference in New Issue
Block a user