From 82b747de49a31b2d4df3a612f5c0742214f8abd5 Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Mon, 16 Dec 2024 11:06:22 +0000 Subject: [PATCH] Update etna/core/serializers/images.py Co-authored-by: James Biggs <62654785+jamesbiggs@users.noreply.github.com> --- etna/core/serializers/images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etna/core/serializers/images.py b/etna/core/serializers/images.py index 50cc0666c..0159ebdaa 100644 --- a/etna/core/serializers/images.py +++ b/etna/core/serializers/images.py @@ -50,7 +50,7 @@ def to_representation(self, value): f"{self.rendition_size}|format-jpeg|jpegquality-{self.jpeg_quality}{background_colour_redition}" ) webp_image = value.get_rendition( - f"{self.rendition_size}|format-webp|webpquality-{self.webp_quality}{background_colour_redition}" + f"{self.rendition_size}|format-webp|webpquality-{self.webp_quality}{background_colour_rendition}" ) additional_images = {}