mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-05 14:10:52 +03:00
Removed default argument
This commit is contained in:
parent
b00bde9771
commit
79e67cb5c3
|
@ -328,7 +328,7 @@ def _save(im, fp, filename):
|
||||||
mct = info.get("mct", 0)
|
mct = info.get("mct", 0)
|
||||||
signed = info.get("signed", False)
|
signed = info.get("signed", False)
|
||||||
fd = -1
|
fd = -1
|
||||||
comment = info.get("comment", None)
|
comment = info.get("comment")
|
||||||
add_plt = info.get("add_plt", False)
|
add_plt = info.get("add_plt", False)
|
||||||
|
|
||||||
if hasattr(fp, "fileno"):
|
if hasattr(fp, "fileno"):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user