Skip to content

Commit 3f47dfa

Browse files
committed
[gardening] Improve error message.
1 parent 3907612 commit 3f47dfa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/update-checkout

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ def validate_config(config):
142142
(0, set([])))
143143
if result[0] == len(result[1]):
144144
return
145-
raise RuntimeError('Overlapping alias names for two types of branches')
145+
raise RuntimeError('Configuration file has schemes with duplicate '
146+
'aliases?!')
146147

147148

148149
def main():

0 commit comments

Comments
 (0)