| Index: presubmit_canned_checks.py
|
| diff --git a/presubmit_canned_checks.py b/presubmit_canned_checks.py
|
| index 2d501b72f103c726b84d43c9b4107efc2d7be44e..7342925190b757191745c988195a4f3db8a880fb 100644
|
| --- a/presubmit_canned_checks.py
|
| +++ b/presubmit_canned_checks.py
|
| @@ -600,6 +600,8 @@ def RunPylint(input_api, output_api, white_list=None, black_list=None):
|
| # were listed, try to run pylint.
|
| try:
|
| from pylint import lint
|
| + input_api.logging.debug(
|
| + 'Using pylint v%s from %s' % (lint.version, lint.__file__))
|
| except ImportError:
|
| if input_api.platform == 'win32':
|
| return [output_api.PresubmitNotifyResult(
|
|
|