Skip to content

Commit 967d1ab

Browse files
author
Matthew Andrew
committed
Corrected Flake8 warning Re #26443
1 parent 64835ff commit 967d1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Muon/GUI/FrequencyDomainAnalysis/FFT/fft_presenter_new.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def add_fft_workspace_to_ADS(self, input_workspace, imaginary_input_workspace, f
193193
Im_run = re.search('[0-9]+', imaginary_input_workspace).group()
194194
fft_workspace_name = get_fft_workspace_name(input_workspace, imaginary_input_workspace)
195195
directory = get_fft_workspace_group_name(fft_workspace_name, self.load.data_context.instrument,
196-
self.load.workspace_suffix)
196+
self.load.workspace_suffix)
197197
Re = get_group_or_pair_from_name(input_workspace)
198198
Im = get_group_or_pair_from_name(imaginary_input_workspace)
199199
shift = 3 if fft_workspace.getNumberHistograms() == 6 else 0

0 commit comments

Comments
 (0)