Skip to content

Commit 55e21a1

Browse files
Update labelbox/data/annotation_types/data/video.py
Co-authored-by: awu-labelbox <84879801+awu-labelbox@users.noreply.github.com>
1 parent 69b2d80 commit 55e21a1

File tree

1 file changed

+1
-1
lines changed
  • labelbox/data/annotation_types/data

1 file changed

+1
-1
lines changed

labelbox/data/annotation_types/data/video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def create_url(self, signer: Callable[[bytes], str]) -> None:
117117
self.url = self.create_url(signer)
118118
else:
119119
raise ValueError(
120-
"One of url, im_bytes, file_path, numpy must not be None.")
120+
"One of url, file_path, frames must not be None.")
121121
return self.url
122122

123123
def frames_to_video(self,

0 commit comments

Comments
 (0)