From b374cb417db090e15b12b10a6acab9619f7d618c Mon Sep 17 00:00:00 2001 From: Martyn Gigg <martyn.gigg@gmail.com> Date: Thu, 16 Nov 2017 08:01:33 +0000 Subject: [PATCH] Fix flake8 warning --- Framework/PythonInterface/plugins/algorithms/BASISReduction.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Framework/PythonInterface/plugins/algorithms/BASISReduction.py b/Framework/PythonInterface/plugins/algorithms/BASISReduction.py index 00cc0ee3c4f..16a9ffa65b9 100644 --- a/Framework/PythonInterface/plugins/algorithms/BASISReduction.py +++ b/Framework/PythonInterface/plugins/algorithms/BASISReduction.py @@ -362,6 +362,7 @@ class BASISReduction(PythonAlgorithm): sapi.DeleteWorkspace('splitted_unfiltered') sapi.DeleteWorkspace('splitter') sapi.DeleteWorkspace('TOFCorrectWS') + def _getRuns(self, rlist, doIndiv=True): """ Create sets of run numbers for analysis. A semicolon indicates a -- GitLab