Unverified Commit 9b57de6c authored by Prabhat Roy's avatar Prabhat Roy Committed by GitHub
Browse files

Add missing space in error message (#5031)

parent a3d87195
......@@ -110,7 +110,7 @@ class VideoReader:
raise RuntimeError(
"Not compiled with video_reader support, "
+ "to enable video_reader support, please install "
+ "ffmpeg (version 4.2 is currently supported) and"
+ "ffmpeg (version 4.2 is currently supported) and "
+ "build torchvision from source."
)
self._c = torch.classes.torchvision.Video(path, stream, num_threads)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment