I hate GitHub Actions

This commit is contained in:
Vladyslav Hroshev
2025-03-26 20:33:19 +02:00
parent 9f77980c27
commit 028f2d211d

View File

@@ -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)