Skip to content

Commit

Permalink
Merge pull request #7434 from radarhere/blp
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 2, 2023
2 parents aaa7587 + 60d8838 commit 3bbd896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PIL/BlpImagePlugin.py
Expand Up @@ -442,7 +442,7 @@ def encode(self, bufsize):
return len(data), 0, data


def _save(im, fp, filename, save_all=False):
def _save(im, fp, filename):
if im.mode != "P":
msg = "Unsupported BLP image mode"
raise ValueError(msg)
Expand Down

0 comments on commit 3bbd896

Please sign in to comment.