| Index: presubmit_canned_checks.py
|
| diff --git a/presubmit_canned_checks.py b/presubmit_canned_checks.py
|
| index 0e9d5da62fe007e8d8abb913973ffa8cc175a6a9..a1144b86416eceed7a85eb06ca0b88a98e842126 100644
|
| --- a/presubmit_canned_checks.py
|
| +++ b/presubmit_canned_checks.py
|
| @@ -598,6 +598,7 @@ def RunPylint(input_api, output_api, white_list=None, black_list=None):
|
| return [output_api.PresubmitError(
|
| 'Please install pylint with "sudo apt-get install python-setuptools; '
|
| 'sudo easy_install pylint"\n'
|
| + 'or visit http://pypi.python.org/pypi/setuptools.\n'
|
| 'Cannot do static analysis of python files.')]
|
| if result:
|
| if input_api.is_committing:
|
|
|