Comment 5 for bug 1453498

Revision history for this message
Martin Pitt (pitti) wrote :

This can be done with overriding convert_rag_line_to_args(), e. g.

  file_parser.convert_arg_line_to_args = lambda l: [l.rstrip()]