Corrected variable name

This commit is contained in:
Andrew Murray 2021-12-20 09:39:09 +11:00 committed by GitHub
parent 36caa53fed
commit a12c18608e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -527,7 +527,7 @@ module.
paths = Path(".").glob("*.png")
for path in paths:
compress_image(path, filepath.stem + ".jpg")
compress_image(path, path.stem + ".jpg")
Controlling the decoder