diff --git a/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/QLRun.py b/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/QLRun.py index aecc1e30dd719ebef702da31b132b5c7a4328821..ee30006531c878ff4d3b602c761e76318694be0b 100644 --- a/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/QLRun.py +++ b/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/QLRun.py @@ -1,4 +1,4 @@ -#pylint: disable=no-init +#pylint: disable=invalid-name,too-many-instance-attributes,too-many-branches,no-init from IndirectImport import * from mantid.api import PythonAlgorithm, AlgorithmFactory, MatrixWorkspaceProperty, PropertyMode, WorkspaceGroupProperty @@ -126,7 +126,7 @@ class QLRun(PythonAlgorithm): self._save = self.getProperty('Save').value self._plot = self.getPropertyValue('Plot') - + #pylint: disable=too-many-locals def PyExec(self): #from IndirectImport import run_f2py_compatibility_test, is_supported_f2py_platform