From: W. Trevor King Date: Fri, 16 Sep 2011 16:32:28 +0000 (-0400) Subject: Add underscore to PYSAWSIM_LOG_LEVEL_MSG reference in parameter_scan.py. X-Git-Url: http://git.tremily.us/?p=sawsim.git;a=commitdiff_plain;h=3fe002ffd5ad1391e41a7b86c04b57734095ef54 Add underscore to PYSAWSIM_LOG_LEVEL_MSG reference in parameter_scan.py. --- diff --git a/pysawsim/parameter_scan.py b/pysawsim/parameter_scan.py index 0f30fb6..2dade8b 100644 --- a/pysawsim/parameter_scan.py +++ b/pysawsim/parameter_scan.py @@ -382,7 +382,7 @@ def main(argv=None): '`` 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'