From 3fe002ffd5ad1391e41a7b86c04b57734095ef54 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 16 Sep 2011 12:32:28 -0400 Subject: [PATCH] Add underscore to PYSAWSIM_LOG_LEVEL_MSG reference in parameter_scan.py. --- pysawsim/parameter_scan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.26.2