From: W. Trevor King Date: Thu, 4 Nov 2010 17:30:56 +0000 (-0400) Subject: Disable epilog line wrapping in pysawsim/parameter_error.py. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=614e536bf29552a24810fe6d9da42541c363df5e;p=sawsim.git Disable epilog line wrapping in pysawsim/parameter_error.py. --- diff --git a/pysawsim/parameter_error.py b/pysawsim/parameter_error.py index ee915b2..c8c20e6 100644 --- a/pysawsim/parameter_error.py +++ b/pysawsim/parameter_error.py @@ -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