Previous topic

lca_writer.LCAWriterArgParser.convert_arg_line_to_args

Next topic

lca_writer.LCAWriterArgParser.exit

This Page

lca_writer.LCAWriterArgParser.error

LCAWriterArgParser.error(message: string)

Prints a usage message incorporating the message to stderr and exits.

If you override this in a subclass, it should not return – it should either exit or raise an exception.