Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(478)

Unified Diff: webrtc/tools/py_event_log_analyzer/pb_parse.py

Issue 2812273002: Fix lint errors to enable stricter PyLint rules (Closed)
Patch Set: Rebased Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/tools/py_event_log_analyzer/misc_test.py ('k') | webrtc/tools/py_event_log_analyzer/rtp_analyzer.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/tools/py_event_log_analyzer/pb_parse.py
diff --git a/webrtc/tools/py_event_log_analyzer/pb_parse.py b/webrtc/tools/py_event_log_analyzer/pb_parse.py
index bd2f2b4314a5411a2be7762b6757d5fe205f9a77..da436edc4ef54e4aab588c2f8c9d17906e4e1b5f 100644
--- a/webrtc/tools/py_event_log_analyzer/pb_parse.py
+++ b/webrtc/tools/py_event_log_analyzer/pb_parse.py
@@ -32,7 +32,7 @@ class DataPoint(object):
self.marker_bit = (first2header_bytes & 0b10000000) >> 7
-def parse_protobuf(file_path):
+def ParseProtobuf(file_path):
"""Parses RTC event log from protobuf file.
Args:
« no previous file with comments | « webrtc/tools/py_event_log_analyzer/misc_test.py ('k') | webrtc/tools/py_event_log_analyzer/rtp_analyzer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698