mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-01 03:33:21 +03:00
Updated comment
This commit is contained in:
parent
e1bf0f647f
commit
ba2c4291ea
|
@ -238,7 +238,7 @@ def _save_all(im: Image.Image, fp: IO[bytes], filename: str | bytes) -> None:
|
||||||
cur_idx = im.tell()
|
cur_idx = im.tell()
|
||||||
try:
|
try:
|
||||||
for ims in [im] + append_images:
|
for ims in [im] + append_images:
|
||||||
# Get # of frames in this image
|
# Get number of frames in this image
|
||||||
nfr = getattr(ims, "n_frames", 1)
|
nfr = getattr(ims, "n_frames", 1)
|
||||||
|
|
||||||
for idx in range(nfr):
|
for idx in range(nfr):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user