projects
/
sawsim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bb96b1
)
Disable epilog line wrapping in pysawsim/parameter_error.py.
author
W. Trevor King
<wking@drexel.edu>
Thu, 4 Nov 2010 17:30:56 +0000
(13:30 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 4 Nov 2010 17:30:56 +0000
(13:30 -0400)
pysawsim/parameter_error.py
patch
|
blob
|
history
diff --git
a/pysawsim/parameter_error.py
b/pysawsim/parameter_error.py
index ee915b2dcfdf5113a644a30f1084e2501806dd76..c8c20e60fc6980469339bf093eaf199941e6bf2f 100644
(file)
--- 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