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.
1 parent e36c5a0 commit be404a7Copy full SHA for be404a7
src/viam/media/video.py
@@ -31,7 +31,7 @@ def from_string(cls, value: str) -> Self:
31
try:
32
return cls(value_mime)
33
except ValueError:
34
- raise ValueError(f"Invalid mimetype: {value}")
+ raise ValueError(f"Unsupported mimetype: {value}")
35
36
@classmethod
37
def from_proto(cls, format: Format.ValueType) -> "CameraMimeType":
0 commit comments