From: W. Trevor King Date: Sun, 8 Aug 2010 13:18:36 +0000 (-0400) Subject: Close parenthesis on column append in DifferenceCommand X-Git-Url: http://git.tremily.us/?p=hooke.git;a=commitdiff_plain;h=bfbed5a3f3a18b9fa278d6e49004e582392c32d7 Close parenthesis on column append in DifferenceCommand --- diff --git a/hooke/plugin/curve.py b/hooke/plugin/curve.py index 86ea7d8..efa09f7 100644 --- a/hooke/plugin/curve.py +++ b/hooke/plugin/curve.py @@ -285,7 +285,7 @@ Name of the new column for storing the difference (without units, defaults to block_A.info['name'], params['column A'], block_B.info['name'], params['column B'])) new.info['columns'].append( - join_data_label(params['output distance column'], a_units) + join_data_label(params['output distance column'], a_units)) new[:,-1] = out params['curve'].data[params['block A']] = new