Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
felix committed Sep 29, 2019
1 parent d0c9e0d commit e180a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnes/preprocessor/video/video_decode.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def apply(self, doc: 'gnes_pb2.Document') -> None:
c.offset = i
c.weight = 1.0
elif self.chunk_spliter == 'shot':
raise NotImplemented
raise NotImplementedError
else:
chunk = doc.chunks.add()
chunk.doc_id = doc.doc_id
Expand Down

0 comments on commit e180a9f

Please sign in to comment.