Skip to content

Commit be404a7

Browse files
committed
Invalid -> unsupported
1 parent e36c5a0 commit be404a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/viam/media/video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def from_string(cls, value: str) -> Self:
3131
try:
3232
return cls(value_mime)
3333
except ValueError:
34-
raise ValueError(f"Invalid mimetype: {value}")
34+
raise ValueError(f"Unsupported mimetype: {value}")
3535

3636
@classmethod
3737
def from_proto(cls, format: Format.ValueType) -> "CameraMimeType":

0 commit comments

Comments
 (0)