Home | History | Annotate | Download | only in tools

Lines Matching defs:Error

153   def Error(msg=None):
166 Error()
185 Error('--bot specified multiple times.')
187 Error('You must specify a builder with "--bot".')
193 Error('Cannot specify "%s" with additional builder names or '
211 Error('Unrecognized builder: %s' % bot)
215 Error('You must specify a revision with "-r".')
219 Error('Unknown argument: %s' % arg)
222 Error('You must specify a changelist name.')
224 Error('You must specify one or more builders using --bot.')
231 Error()