Comment 5 for bug 1342988

Revision history for this message
Peter Stachowski (peterstac) wrote :

I debugged through the print help routine and it turns out it's a bug in argparse.py module of the python libraries. If the next 'part' of the help is longer than the line length and the current line is empty, it'll print out the indent with the empty line. I'll try and see what the best work around is (and submit a bug to python)