From: W. Trevor King Date: Thu, 12 Aug 2010 18:08:12 +0000 (-0400) Subject: Fix .split() -> .strip() typo in 'output peak column' arg for FlatPeaksCommand X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bce60a88d4473b18c29ac8c43d1cbaeaee8e083a;p=hooke.git Fix .split() -> .strip() typo in 'output peak column' arg for FlatPeaksCommand --- diff --git a/hooke/plugin/flatfilt.py b/hooke/plugin/flatfilt.py index 1daeca2..55a7d5b 100644 --- a/hooke/plugin/flatfilt.py +++ b/hooke/plugin/flatfilt.py @@ -131,7 +131,7 @@ Name of the column to use as the deflection input. new_columns=[ ('output peak column', 'flat filter peaks', """ Name of the column (without units) to use as the peak output. -""".split()), +""".strip()), ], arguments=[ Argument(name='peak info name', type='string',