Skip to content

Commit

Permalink
chore(examples): fix typo in process.py (#364)
Browse files Browse the repository at this point in the history
Because

- typo

This commit

- fix typo
  • Loading branch information
eltociear authored Oct 5, 2023
1 parent 3bd4bdb commit 455917a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vdp-101/async/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,4 @@ def parse_detection_from_database(detection_ls: List[Dict[str, Any]]) -> Tuple[L
success = generate_video_from_frames(output_dir, opt.output_filename, framerate=opt.framerate)
print(f'Video {opt.output_filename} was successly generated and saved to {output_dir}.')
else:
print('Cannot generate video due to unexpected errors. Please check hte error message above.')
print('Cannot generate video due to unexpected errors. Please check the error message above.')

0 comments on commit 455917a

Please sign in to comment.