Lines Matching defs:error
43 error message. Causes program to exit."""
54 def error(text, exitcode=EXIT_OOPS):
55 """Emit an error message prefixed by the command name """
76 error(_("macros must be of form name=value"))
79 error(_("macros must be of form name=value"))
99 macros, printinfo, output, error_cb=error)
113 error(_("Cannot write extra data {0}").format(e))
144 error(_("Cannot write output {0}").format(e))
149 misc.setlocale(locale.LC_ALL, "", error)
152 misc.set_fd_limits(printer=error)
155 warnings.simplefilter('error')
167 error(misc.get_traceback_message(), exitcode=None)