Lines Matching defs:error
98 error message. Causes program to exit."""
101 error(errmsg)
110 def error(text, exitcode=EXIT_OOPS):
111 """Emit an error message prefixed by the command name """
124 emsg(ws + "pkgfmt: error: " + text_nows)
596 error(_("manifest is not in pkgfmt form"))
642 error(_("{0} is not in pkgfmt form; run pkgfmt "
669 error(str(e), exitcode=EXIT_OOPS)
671 error(str(e), exitcode=EXIT_OOPS)
717 misc.setlocale(locale.LC_ALL, "", error)
720 misc.set_fd_limits(printer=error)
735 error(misc.get_traceback_message(), exitcode=None)