From ad515c459b817abd3c585d38181215e61ca2ccca Mon Sep 17 00:00:00 2001 From: jansson Date: Mon, 3 Jul 2017 00:47:44 -0700 Subject: [PATCH] fix comment length BUG=NONE NOTRY=True Review-Url: https://codereview.webrtc.org/2966743002 Cr-Commit-Position: refs/heads/master@{#18874} --- webrtc/rtc_tools/video_analysis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/rtc_tools/video_analysis.py b/webrtc/rtc_tools/video_analysis.py index 7dc8a2d49e..1a7bb48a47 100755 --- a/webrtc/rtc_tools/video_analysis.py +++ b/webrtc/rtc_tools/video_analysis.py @@ -408,7 +408,7 @@ def FlipAndCropRecordings(options, test_file_name, test_file_location, def CompareVideos(options, cropped_ref_file, cropped_test_file): - """Runs the compare_video.py script from webrtc/rtc_tools using the file path. + """Runs the compare_video.py script from src/webrtc/rtc_tools using path. Uses the path from recording_result and writes the output to a file named in the reference video