We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4d8603 + 4eb2fcf commit 74f296aCopy full SHA for 74f296a
servc/svc/com/http/blob.py
@@ -43,7 +43,7 @@ def __init__(
43
44
blobs = [x for x in components if x.name == "blob"]
45
if len(blobs) == 0:
46
- raise ValueError("Blob storage component not found in components list")
+ raise Exception("Blob storage component not found in components list")
47
self._blobStorage = blobs[0] # type: ignore[assignment]
48
49
self._uploadcontainer = config.get("uploadcontainer") or "uploads"
0 commit comments