Index: third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/python.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/python.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/python.py |
index 475be320a04fe0c06378cea345c06b656a4e0b5d..5f78cca774ad8edeb1c251b37529e453a6a9f75b 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/python.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/python.py |
@@ -88,7 +88,7 @@ class PythonChecker(object): |
sys.executable, |
wkf.path_from_depot_tools_base('pylint.py'), |
'--output-format=parseable', |
- '--rcfile=' + wkf.path_from_webkit_base('Tools', 'Scripts', 'webkitpy', 'pylintrc'), |
+ '--rcfile=' + wkf.path_from_tools_scripts('webkitpy', 'pylintrc'), |
path, |
], env=env, error_handler=executive.ignore_error) |