Lines Matching defs:error
62 def error(text, cmd=None):
63 """Emit an error message prefixed by the command name """
83 error message. Causes program to exit."""
86 error(usage_error, cmd=cmd)
180 error(_("Could not parse manifest {manifest} because of the "
185 error(e)
278 error(_("Could not find image. Use the -R option or set "
295 error("{0}: '{1}'".format(
301 error(_("External package list files were provided but "
317 error(_("No image rooted at '{0}' "
320 error(_("No image rooted at '{0}'").format(
323 error(_("No image found."))
326 error(e)
329 # This should be a very rare error case.
338 error(_("Could not parse one or more manifests because of "
342 error(e)
345 error(e)
587 misc.setlocale(locale.LC_ALL, "", error)
590 misc.set_fd_limits(printer=error)
593 warnings.simplefilter('error')
601 error("The manifest file {0} could not be found.".format(e.path))
604 error(_("The {cmd} command appears out of sync with the lib"
613 error(e)
626 error(misc.get_traceback_message())