mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(bulk_download): update response model, messages
This commit is contained in:
@ -20,9 +20,6 @@ class BulkDownloadTargetException(BulkDownloadException):
|
||||
class BulkDownloadParametersException(BulkDownloadException):
|
||||
"""Exception raised when a bulk download parameter is invalid."""
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
message="The bulk download parameters are invalid, either an array of image names or a board id must be provided",
|
||||
):
|
||||
def __init__(self, message="No image names or board ID provided"):
|
||||
super().__init__(message)
|
||||
self.message = message
|
||||
|
Reference in New Issue
Block a user