From bce60a88d4473b18c29ac8c43d1cbaeaee8e083a Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 12 Aug 2010 14:08:12 -0400 Subject: [PATCH] Fix .split() -> .strip() typo in 'output peak column' arg for FlatPeaksCommand --- hooke/plugin/flatfilt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.26.2