From 028f2d211d97a43723acdd840c47bc720d153f08 Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Wed, 26 Mar 2025 20:33:19 +0200 Subject: [PATCH] I hate GitHub Actions --- scripts/utils/is_photo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/utils/is_photo.py b/scripts/utils/is_photo.py index 29ef6e1..4a4ab75 100644 --- a/scripts/utils/is_photo.py +++ b/scripts/utils/is_photo.py @@ -17,5 +17,5 @@ class NotSupportedPhotoExtension(Exception): def __init__(self, extension): self.message = (f"Photo extension {extension} is not supported. " - f"Supported formats: {", ".join(image_extensions)}.") + f"Supported formats: {', '.join(image_extensions)}.") super().__init__(self.message) \ No newline at end of file