projects
/
sawsim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d33a03
)
Add underscore to PYSAWSIM_LOG_LEVEL_MSG reference in parameter_scan.py.
author
W. Trevor King
<wking@drexel.edu>
Fri, 16 Sep 2011 16:32:28 +0000
(12:32 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Fri, 16 Sep 2011 16:32:28 +0000
(12:32 -0400)
pysawsim/parameter_scan.py
patch
|
blob
|
history
diff --git
a/pysawsim/parameter_scan.py
b/pysawsim/parameter_scan.py
index 0f30fb634024166ae52d1f588f5126f63e173d3f..2dade8bd2624ac70ac8986d347442e6a83ce867c 100644
(file)
--- a/
pysawsim/parameter_scan.py
+++ b/
pysawsim/parameter_scan.py
@@
-382,7
+382,7
@@
def main(argv=None):
'`<bin_edge>` should mark the left-hand side of the bin, and',
'all bins should be of equal width (so we know where the last',
'one ends).',
- PYSAWSIM_LOG_LEVEL_MSG,
+
_
PYSAWSIM_LOG_LEVEL_MSG,
])
parser = OptionParser(usage, epilog=epilog)
parser.format_epilog = lambda formatter: epilog+'\n'