Commit d59e761b authored by mdempsky@chromium.org's avatar mdempsky@chromium.org

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
parent 5b9f90e5
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment