From d59e761ba846fb4e8090172533c84e8ba3f0611b Mon Sep 17 00:00:00 2001 From: "mdempsky@chromium.org" Date: Wed, 5 Mar 2014 19:55:56 +0000 Subject: [PATCH] Make missing PRESUBMIT.py warning consistent with others. Review URL: https://codereview.chromium.org/188013003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@255125 0039d316-1c4b-4281-b951-d872f2087c98 --- presubmit_support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presubmit_support.py b/presubmit_support.py index 28dcf8c0a..ebcf14e01 100755 --- a/presubmit_support.py +++ b/presubmit_support.py @@ -1133,7 +1133,7 @@ def DoGetTrySlaves(change, """ presubmit_files = ListRelevantPresubmitFiles(changed_files, repository_root) if not presubmit_files and verbose: - output_stream.write("Warning, no presubmit.py found.\n") + output_stream.write("Warning, no PRESUBMIT.py found.\n") results = [] executer = GetTrySlavesExecuter()