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

Unified Diff: tools/perf/metrics/media.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
« no previous file with comments | « tools/perf/metrics/cpu_unittest.py ('k') | tools/perf/metrics/memory.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/metrics/media.py
diff --git a/tools/perf/metrics/media.py b/tools/perf/metrics/media.py
index 37cadd7a13459eb1bc7f04da80f4671a8a1ed9a6..8497c79d254a822e544035a6803e5de4fc79279d 100644
--- a/tools/perf/metrics/media.py
+++ b/tools/perf/metrics/media.py
@@ -36,7 +36,7 @@ class MediaMetric(Metric):
self._results = tab.EvaluateJavaScript('window.__getAllMetrics()')
# Optional |exclude_metrics| args are not in base class Metric.
- # pylint: disable=W0221
+ # pylint: disable=arguments-differ
def AddResults(self, tab, results, exclude_metrics=None):
"""Reports all recorded metrics as Telemetry perf results."""
exclude_metrics = exclude_metrics or []
« no previous file with comments | « tools/perf/metrics/cpu_unittest.py ('k') | tools/perf/metrics/memory.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698