mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-09-18 09:17:54 -07:00
I hate GitHub Actions
This commit is contained in:
@@ -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)
|
Reference in New Issue
Block a user