Skip to content

Commit 65a99d9

Browse files
aarongableCommit Bot
authored andcommitted
Remove reference to Rietveld from presubmit
[email protected] Change-Id: Ib62d63d3f07f077536ec2f692945e3fbd92150ed Reviewed-on: https://chromium-review.googlesource.com/705634 Commit-Queue: Dirk Pranke <[email protected]> Reviewed-by: Dirk Pranke <[email protected]> Cr-Commit-Position: refs/heads/master@{#507442}
1 parent 4eac801 commit 65a99d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PRESUBMIT.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@ def _CheckAddedDepsHaveTargetApprovals(input_api, output_api):
11591159
if not input_api.change.issue:
11601160
return [output_api.PresubmitError(
11611161
"DEPS approval by OWNERS check failed: this change has "
1162-
"no Rietveld issue number, so we can't check it for approvals.")]
1162+
"no change number, so we can't check it for approvals.")]
11631163
output = output_api.PresubmitError
11641164
else:
11651165
output = output_api.PresubmitNotifyResult

0 commit comments

Comments
 (0)