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

Unified Diff: tools/perf/profile_creators/profile_generator_unittest.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/page_sets/typical_25.py ('k') | tools/telemetry/telemetry/core/local_server.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/profile_creators/profile_generator_unittest.py
diff --git a/tools/perf/profile_creators/profile_generator_unittest.py b/tools/perf/profile_creators/profile_generator_unittest.py
index fdd064ad3552ae05f80e7cc6e30432971ac32137..3fd2973018ce2f7ffca3d197d37e9db96565ffed 100644
--- a/tools/perf/profile_creators/profile_generator_unittest.py
+++ b/tools/perf/profile_creators/profile_generator_unittest.py
@@ -55,7 +55,7 @@ class ProfileGeneratorUnitTest(unittest.TestCase):
# If we can copy the directory, we're golden!
sandbox_dir_copy = os.path.join(self.test_directory, "sandbox_copy")
- # pylint: disable=W0212
+ # pylint: disable=protected-access
shutil.copytree(sandbox_dir, sandbox_dir_copy,
ignore=profile_generator._IsPseudoFile)
« no previous file with comments | « tools/perf/page_sets/typical_25.py ('k') | tools/telemetry/telemetry/core/local_server.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698