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

Unified Diff: tools/telemetry/telemetry/internal/backends/mandoline/desktop_mandoline_backend.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/internal/backends/mandoline/desktop_mandoline_backend.py
diff --git a/tools/telemetry/telemetry/internal/backends/mandoline/desktop_mandoline_backend.py b/tools/telemetry/telemetry/internal/backends/mandoline/desktop_mandoline_backend.py
index f5a571da4263affff434b761a12d657a09fe566f..9f8cd880e79cf587941b526cf391613fefd25d1e 100644
--- a/tools/telemetry/telemetry/internal/backends/mandoline/desktop_mandoline_backend.py
+++ b/tools/telemetry/telemetry/internal/backends/mandoline/desktop_mandoline_backend.py
@@ -19,7 +19,7 @@ class DesktopMandolineBackend(
'''The backend for controlling a locally-executed browser instance, on Linux
or Windows.
'''
- # It is OK to have abstract methods. pylint: disable=W0223
+ # It is OK to have abstract methods. pylint: disable=abstract-method
def __init__(self, desktop_platform_backend, browser_options, executable,
browser_directory):

Powered by Google App Engine
This is Rietveld 408576698