diff --git a/gramps/gen/utils/image.py b/gramps/gen/utils/image.py index e9cda4c45..74f02d9b1 100644 --- a/gramps/gen/utils/image.py +++ b/gramps/gen/utils/image.py @@ -100,7 +100,7 @@ def resize_to_jpeg(source, destination, width, height, crop=None): (width, height) = image_actual_size(width, height, img.get_width(), img.get_height()) scaled = img.scale_simple(int(width), int(height), GdkPixbuf.InterpType.BILINEAR) - scaled.savev(destination, "jpeg" "", "") + scaled.savev(destination, "jpeg", "", "") #------------------------------------------------------------------------- #