Disable epilog line wrapping in pysawsim/parameter_error.py.
authorW. Trevor King <wking@drexel.edu>
Thu, 4 Nov 2010 17:30:56 +0000 (13:30 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 4 Nov 2010 17:30:56 +0000 (13:30 -0400)
pysawsim/parameter_error.py

index ee915b2dcfdf5113a644a30f1084e2501806dd76..c8c20e60fc6980469339bf093eaf199941e6bf2f 100644 (file)
@@ -125,6 +125,7 @@ def main(argv=None):
             'one ends).',
             ])
     parser = OptionParser(usage, epilog=epilog)
+    parser.format_epilog = lambda formatter: epilog+'\n'
     for option in sr.optparse_options:
         if option.dest == 'param_string':
             continue