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

Unified Diff: tools/telemetry/telemetry/timeline/counter.py

Issue 1458083003: [Telemetry + tools/perf] Modify the pylint disable message to use symbolic name (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
Index: tools/telemetry/telemetry/timeline/counter.py
diff --git a/tools/telemetry/telemetry/timeline/counter.py b/tools/telemetry/telemetry/timeline/counter.py
index 72fdd873c3cd12a01cf32e1e1678337332e15b8e..63aacc6dea68cb06561f1134b62c19ebdad31de0 100644
--- a/tools/telemetry/telemetry/timeline/counter.py
+++ b/tools/telemetry/telemetry/timeline/counter.py
@@ -69,7 +69,7 @@ class Counter(event_container.TimelineEventContainer):
def IterChildContainers(self):
return
- yield # pylint: disable=W0101
+ yield # pylint: disable=unreachable
def IterEventsInThisContainer(self, event_type_predicate, event_predicate):
if not event_type_predicate(CounterSample) or not self.timestamps:
« no previous file with comments | « tools/telemetry/telemetry/testing/system_stub.py ('k') | tools/telemetry/telemetry/timeline/event_container.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698