| 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)
|
|
|
|
|